product page responsive using flexbox css variabes.

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@WeatherheadOnline
Hi there. Nice solution. Here's something that may be useful: You can enter the word "Perfume" in lower- or sentence-case in your HTML, and use the
text-transform
property to make it render to the screen in uppercase. Your HTML on line 19 would look like<h5>Perfume<h5>
and your CSS would need to includeh5 {text-transform: uppercase}
. You don't strictly need it for this challenge, but it might be useful in future if you're working with someone else's HTML.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord