I'm currently a student learning web design and development. My intended graduation date is April 2024. I hope to use Frontend Mentor to apply the skills I learned and hopefully learn new ones!
I’m currently learning...Currently practising the HTML, CSS, and JavaScript skills I learned in school. I also hope to start to use Sass more often. For my next school year, we will be learning PHP and React.
Latest solutions
Latest comments
- @merii-crl@akajfes
Hello! Looks really well done :) I would just say that when doing your html, you have a <p> with a class of "heading". It would be better if that was an actual h1 instead, as when you do HTML validation, it will ding you for not having a section with a heading element. I recommend using something like https://validator.w3.org/nu/ in order to check to make sure your HTML is valid! Other than that, good job :D
Marked as helpful - @smlamod@akajfes
Hello! For the HTML markup, with the Google fonts, you want to load the fonts before you load the style sheets and also make sure to load the preconnect links as well, as that will help the page load faster. Also, you don't have to add class attributes to every single element, as it can result in the code being more bloated. For example, with an h1, you typically only ever use it one time, so you don't really need to identify it with a unique class name when you're just using HTML and CSS.
Great job :)!
Marked as helpful