Skip to content

henrymedeiros/bookmark

Repository files navigation

Frontend Mentor - Bookmark Landing Page Solution 💡

This is a solution to the Bookmark landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

📄 Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Receive an error message when the newsletter form is submitted if:
    • The input field is empty
    • The email address is not formatted correctly

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS3
  • Tailwind CSS
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

My focus while doing this project was to pratice my layouting skills. I also used this project as my first project built with Tailwind CSS.

I learned how to use Tailwind CSS and I was impressed by how easy is to deal with the responsive layout. I also took the oportunity to implement some simple interactive features such as the tabs section, FAQ accordion and the mobile menu. I

Author