Tribute Page - Bad Company / Drum & Bass

I had experimented with media queries before and put them to use here to make the positioning of some text look ok at any browser size. Feedback welcome…

Awesome use of media queries :thumbsup:!

It’s better to split the text into two paragraphs instead of inserting <br>s, according to specification.

Thank you for the tip. I switched from using br to p. I fixed a few other things as well: made use of bootstrap’s hidden-xs and hidden-sm classes on the last image instead of creating my own class for hiding the image on small screens, removed unnecessary CSS (ie. repeating an identical declaration in each media query).

1 Like