Latest solutions
Latest comments
- @EL132Submitted over 2 years ago@wilderav86Posted over 2 years ago
Hey Elias,
I think I figured out a couple of your problems.
For the span tags: It looks like they have the letter 'r' in them, throwing it off. When I removed the 'r' in dev tools, they lined right up!
For the banner widths under 900px: I think this has something to do with the width of your main tag. If I remove the 45vw width on the main tag it seems to work better at lower resolutions.
HTML looks good to me but consider using a footer tag for the div at the bottom with the class 'attribution'. It's another landmark tag similar to 'main' or 'section'. You might also want to use a more descriptive alt tag on your images as well.
Hope this helps and great job otherwise!
Marked as helpful1 - @Brenda403Submitted over 2 years ago@wilderav86Posted over 2 years ago
I had trouble with the dots, too.
Try using an empty span element inside your p elements and style those with background color and border radius. You might also have to set the display property of the span elements to inline-block.
Are you still having issues with the mark all read button functionality? It's working for me on your live site.
Hope that helps!
0