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

  • PJβ€’ 110

    @Kitezh1

    Submitted

    I wasn't able to get the hover state to work on the main image, plus I wasn't sure about the "Creation of [name]" part when trying to hover over a particular bit of text, so I made them separate. Any feedback is appreciated, please.

    Hina Hotakβ€’ 190

    @Hna456

    Posted

    For the creation part u can make the whole sentence a p element and then wrap the name part inside of a span element and then design it.

    <p> Created by <span class = '..'> Name </span> Now u can target the span class name for css and design it by adding hover effect. Hope so it works and be useful for u.
    0
  • MeghaS4831β€’ 30

    @MeghaS4831

    Submitted

    Hi, Could anyone help me understand how we can create this website for a mobile version? Do we used media queries? In the readme file it mentions that the designs were created to the following widths:

    • Mobile: 375px
    • Desktop: 1440px I have just coded for a desktop version.
    Hina Hotakβ€’ 190

    @Hna456

    Posted

    Yeah to make the site responsive( suitable for every device), we use media queries and if u r using tailwindcss u can use break points. As for ur code, the image isn't working so u should check it again and make sure it works.

    0
  • Hina Hotakβ€’ 190

    @Hna456

    Posted

    You can add background-repeat: no-repeat; to the background image so it won't repeat itself. I don't know if it will be helpful information or not, I just wanted to inform you.

    0