Design comparison
Solution retrospective
In this exercise I practiced more html and css concepts. It makes me more tools at the moment when I created more projects.
In the next time I would like add more comments in the CSS file.
What challenges did you encounter, and how did you overcome them?I couldn't remember how to link the fonts. So I needed to learn again how. After a few minutes I can make it.
What specific areas of your project would you like help with?How can I add some comments in both files? I would like some examples about it, for make an orderer project!
Community feedback
- @DanieljamespmPosted about 2 months ago
There is a different comment syntax for CSS and HTML
in CSS its /* "text" */
in HTML its <!--"text"-->
0@geomydasPosted about 2 months ago@Danieljamespm If you are using VSCode, you can highlight the text you want to comment and then press
Ctrl + /
, it comments or uncomments the text that you highlighted. It works on almost all languages0 - @capistePosted about 2 months ago
Your work looks very good! The sizing and details are spot on. The only comment I can give is that the main body is not vertically centered to the website. This is only a minor issue though. Congrats on a job well done!
You can add comments on a .html file using
<!-- [text here] -->ex. <!-- This is a comment -->
For the .css file
/* [text here] */
ex. /* This is a comment */
0
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