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

  • P
    Christian 390

    @UtopicUnicorn995

    Posted

    Hello.. Your stylesheet is named 'style.css' in your HTML and its actual file name is 'Style.css', It might be okay in your code editor but when it's uploaded it won't be found.

    0
  • P
    Christian 390

    @UtopicUnicorn995

    Posted

    Hi, You may have forgotten to add background colors .items and also no colors for .title p, the <main> width is also different from the design.

    But overall great Job!

    0
  • P
    Christian 390

    @UtopicUnicorn995

    Posted

    looks great.

    But I would recommend removing the margin in body to center it better. Anyways great job.

    0
  • P
    Christian 390

    @UtopicUnicorn995

    Posted

    Hi,

    I think you can use media queries in css where you change the image url OR you could create 2 <img></img> in HTML and use this:

    .mobile--img{ display: none; } @media (max-width: 767px){ .mobile--img{ display:block; }

    same with the desktop img.

    There's many ways to fix your problem

    Marked as helpful

    0