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
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Pedro Ingroā€¢ 150

    @HawkEyeB

    Posted

    Hi! Put this into the css file

    img { display: block; width: 100%; }

    This will make the image cover the entire DIV and the (Width:100%), will make the image be responsive to the size of the page.

    Always write this code if you are not going to resize images.

    0
  • Rafagornā€¢ 70

    @Rafagorn

    Submitted

    hi, please rate my design and help me improve my code, all corrections and suggestions are welcome, thanks!

    Pedro Ingroā€¢ 150

    @HawkEyeB

    Posted

    The Html and CSS is pretty good. The only thing I would recommend to (more likely a advice, because I'm too a Newbie), is to get more especific in the CSS class. For example:

    (Your code's class) .text h1 .text p

    It's better to keep the individuality of each item in the div without it taking over global features that can bring problems in larger projects. In this project is fine, but in projects that have multiples same tags with differents attributes, this can make some serious mess.

    Marked as helpful

    1