Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive langing page using flexbox

@JuanBachurDEV

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

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

@Danieljamespm

Posted

There is a different comment syntax for CSS and HTML

in CSS its /* "text" */

in HTML its <!--"text"-->

0

geomydas 1,060

@geomydas

Posted

@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 languages

0
capiste 40

@capiste

Posted

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 GitHub
Discord logo

Join 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