In my project I have managed to getall user stories ticked off except the last two: 14 and 15. 14 demands a media query in my CSS and 15 requires one flexbox
The issue is everything I write in my CSS isn’t having any affect.
I tried this:
@media (max-width: 500px) {
dispaly: flex;
}
And this:
h2 {
display: flex;
justify-content: center;
}
But it has no effect and I don’t understand why other attempts havent worked either.
Link to my work:
https://codepen.io/kylehinks69/pen/oNEzKwN