Use media query for mobile styles

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Lucas-FernandoJesus
In larger projects you can use a separate file for color styling:
File: var.css:
:root{ --color-white: #FFFFFF; --color-black: #000000; ... } to make it work you can import it to your index/style.css file: @import("Path to var file");
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