Responsive base apparel coming soon page using CSS and JavaScript
Design comparison
Solution retrospective
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.
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 GitHubJoin 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