Design comparison
SolutionDesign
Community feedback
- @AramHagenPosted about 1 month ago
Great! You can use css variables. `:root { //colors--------------- --PattensBlue: #d5e1ef; --white: #ffffff; --SlateGrey: #68778d; --CatalinaBlue: #1f3251;
//breakpoints------------ --mobileSize: 375px; --desktopSize: 1440px;
//font weight-------------------- --light: 300; --regular: 400; --medium: 500; --bold: 700;
//font family--------------------- --fontFamily: "Outfit", sans-serif; }`
1 - @victorsobrinho93Posted about 1 month ago
I got nothing to offer, it's as close as it gets.
0
Please log in to post a comment
Log in with GitHubJoin 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