Latest solutions
Latest comments
- @bisu22@oallelsefailo
Hey @bisu22,
I think you have your style sheet linked within a folder on your index.html file (
href="css/style.css"
), although I didn't see that folder in github. It looks like it's sitting in your root file so the style isn't loading. I'd start with fixing that part then we can see how it actually looks.Marked as helpful - @Fidget836@oallelsefailo
Hey!
There are certain ways you can get the text to drop (
width
/font-size
/line-height
etc). But since you put the<br>
within the text itself, when the media queries kick in, it's still going to be reading that break in there.Also make sure to put some info in the
alt
tags. Something even I forget from time to time.