Latest solutions
Latest comments
- @Kitezh1Submitted almost 2 years ago@Hna456Posted almost 2 years 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 almost 2 years ago@Hna456Posted almost 2 years ago
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 - @mohamedibra227Submitted almost 2 years ago@Hna456Posted almost 2 years 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