Latest solutions
Latest comments
- @jeptunSubmitted over 2 years ago
- P@lenny131Submitted 11 days agoWhat are you most proud of, and what would you do differently next time?
This project was a good opportunity to learn Sass. I also considered responsive design using rem instead of px and using logical properties.
P@nitinrs95Posted 11 days agoHey Leonard,
Nice job using Sass for this challenge! It's pretty cool.
You might want to try out BEM for naming your HTML classes too. It works really well with Sass.
I also gave Sass a shot for this challenge. I'm still learning it, but it's been fun to use.
1 - @Cemijares23Submitted about 1 year agoP@nitinrs95Posted about 1 month ago
Hello Chris,
Your design appears flawless, even with the use of pixel-perfect precision.
Just a quick suggestion: instead of using modifier classes (e.g., .entity) for bottom margins, try leveraging Flexbox with the gap property. It simplifies spacing and gives better control over layouts. Also, consider placing utility classes after the main class (e.g., class="instructions entry") and using more descriptive class names for clarity and maintainability.
Hope this helps! Still learning myself, but thought I’d share.
Marked as helpful1 - P@xuaunSubmitted about 2 months agoP@nitinrs95Posted about 2 months ago
Hi João,
Great job on the HTML semantics! The structure looks good from my perspective. For future improvements, consider refining your class naming with the BEM methodology or any other approach you prefer. It ensures clarity and consistency in your code.
Marked as helpful1 - P@markobrien7Submitted about 2 months agoWhat specific areas of your project would you like help with?
I didn't quite understand the responsive part. The designs looked the exact same to me so wasn't sure what was expected.
P@nitinrs95Posted about 2 months agoHello Mark,
Great job with the initial solution!
This initial challenge focuses on familiarizing yourself with writing semantic HTML, which emphasizes using HTML elements to convey the meaning and structure of content rather than just its appearance.
Subsequent challenges will involve creating layouts and exploring responsive web design techniques using approaches like fluid grids, flexible images, and CSS media queries.
Marked as helpful0 - @OthnielTwumasiSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
Learning how to use push to github offhead
What challenges did you encounter, and how did you overcome them?Will need to study more on the mobile first approach
P@nitinrs95Posted about 2 months agoHi Othniel,
Excellent work on the solution!
To further enhance the clarity and maintainability of your HTML, you can use the BEM (Block, Element, Modifier) methodology which is a CSS naming convention to organize your code. It ensures that your HTML and CSS are clean, structured, and easy to understand.
Marked as helpful0