Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive base apparel coming soon page using CSS and JavaScript

@Jyoti-Bhandari

Desktop design screenshot for the Base Apparel coming soon page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I take pride in completing the development of this entire webpage while acquiring new skills in CSS and JavaScript fundamentals. Notably, I prioritized mobile responsiveness from the outset of this project.

What challenges did you encounter, and how did you overcome them?

Challenges encountered:

  • Understanding the distinction between form.error and form .error in CSS was initially unclear to me. However, through online research, I was able to discern their differences.

Explanation:

  • form.error: This selector targets an element with both the classes "form" and "error", identifying elements with both classes applied simultaneously.

  • form .error: This selector targets an element with the class "error" that is nested within an element with the class "form", irrespective of nesting depth.

Additionally:

  • I enhanced my comprehension of the "e" event object in JavaScript and its practical application.

Explanation:

  • "e" facilitates easy access to properties and methods of the event object when necessary.

What specific areas of your project would you like help with?

Please provide me with feedback if you find anything that is not up to the mark, or if there are any areas where I can improve for my future projects.

Community feedback

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord