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
@Hna456All comments
- @Kitezh1Submitted over 1 year ago@Hna456Posted over 1 year ago
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 - @MeghaS4831Submitted over 1 year ago
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.
@Hna456Posted over 1 year agoYeah 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 - @mohamedibra227Submitted over 1 year ago@Hna456Posted over 1 year ago
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