xvferdy / fem-base-apparel-coming-soon

Apparel coming soon page || Frontend Mentor πŸ₯‰ NEWBIE...

Home Page:https://xvferdy.github.io/fem-base-apparel-coming-soon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base Apparel coming soon page

πŸ”– This is a solution to the Base Apparel coming soon page challenge on Frontend Mentor.

🌈 ✨ πŸŽ‰ Have Fun Building! πŸš€ 🎊 🎈

πŸ–₯️ Welcome
Thanks for checking out this front-end coding challenge. Frontend Mentor challenges help you improve your coding skills by building realistic projects. To do this challenge, you need a basic understanding of HTML, CSS and JavaScript. Press Enter πŸš€ to start the game!!

πŸ“Table of Contents

Brief

Your challenge is to build out this coming soon page and get it looking as close to the design as possible. You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.

Preview πŸ‘“

Design preview for the Base Apparel coming soon page coding challenge

The challenge

Users should be able to:

Challenge Newbie Junior Intermediate Advanced
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 form is submitted if:
  • The input field is empty
  • The email address is not formatted correctly
β­•

Links

My process

⏱️ My estimate time for this challenge is 2 days

Built with

  • VSCode
  • HTML
  • Sass

What I learned πŸ₯³

I found out how to resize img using object-fit

stylesheets/scss/pages/_coming-soon.scss
img {
  object-fit: cover;
}

Continued development

  • Mobile First
  • Make media query code clean ( Easy to read )

Author

xvferdy
🌍
Berlianto
Frontend Mentor

Acknowledgments

About

Apparel coming soon page || Frontend Mentor πŸ₯‰ NEWBIE...

https://xvferdy.github.io/fem-base-apparel-coming-soon


Languages

Language:SCSS 65.3%Language:HTML 24.5%Language:JavaScript 10.2%