Latest solutions
Responsive newsletter sign up page with JavaScript Form Validation
#bem#semantic-uiPSubmitted 3 months agoFor validating form in JavaScript, which method is the best practice to use: The Constraint Validation API, without using API, or using FormData constructor? Which one is most recommended to use?
And also it is a little out of JavaScript topic: How to align list item vertically with the bullet/marker? Mine, the list item is a little lower than the marker (vertically)
Responsive and Interactive Article Preview Component Page
#bem#semantic-uiPSubmitted 3 months agoI think so far so good.
Responsive Meet Landing Page using CSS Grid
#bem#semantic-uiPSubmitted 4 months agoIs there a more efficient way to set the font size and padding size for different screen size besides using media query to set it one by one to match the design from the figma file?
Responsive testimonials grid section using CSS Grid
#bem#semantic-uiPSubmitted 4 months agoWhat if we want the layout to change dynamically when the viewport change? Is it achievable by using CSS grid or should use flexbox?
Responsive four card feature section page with CSS Grid
#bem#semantic-uiPSubmitted 4 months agoNeed to have more experience in:
- Semantics HTML in depth.
- Make an efficient, modular, maintainable CSS code to work with a team.
- BEM naming convention
Responsive product preview card with mobile-first workflow and BEM
#bem#semantic-uiPSubmitted 5 months agoThanks to @KapteynUniverse for sharing such a valuable input.
Need to learn more about:
- Semantics HTML in depth.
- Make an efficient, modular, maintainable CSS code to work with a team.
- BEM naming convention
Latest comments
- @dzerdzulSubmitted 3 months ago
- P@khalidanejjarSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I am incredibly proud of my first JavaScript project on Mentor. It was a great practice experience. However, it was a bit challenging, especially with the styling part of the share-icon element, animation, and some JavaScript functionalities.
What challenges did you encounter, and how did you overcome them?I struggled with hiding the social icons when clicking on the document during my project. To solve this, I turned to the online community, particularly Stack Overflow, where I found helpful advice and examples that guided me to a solution.
What specific areas of your project would you like help with?I welcome any advice or feedback on my project, as it can be helpful in improving my skills.
P@hartashuPosted 3 months agoHi @khalidanejjar, the animation is very cool. Nice!
Marked as helpful1 - @matiasaltierSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I didn't have many complications with this challenge but I had to learn how to use ::before and ::after in a better way to get a closer result, any help you can give me with the code would be appreciated.
P@hartashuPosted 4 months agoI like how you use ::before pseudo-element for the number part 👍
0 - @ZxjklpSubmitted 4 months ago
- @anmacSubmitted over 2 years agoP@hartashuPosted 4 months ago
Hi, very nice with the BEM naming 👍
May I ask, what is the normalize.css file used for?
0 - @hrid-chakrabortySubmitted 5 months agoP@hartashuPosted 5 months ago
Hi, good job for the code. May I know how do you determine what semantic tag to use in a html?
1