This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
footer | |
footer h3 { | |
margin-bottom: 1rem; | |
font-size: 2rem; | |
} | |
/* -- Tablet Responsive (≤922px) --*/ | |
@media screen and (min-width: 768px) and (max-width: 1024px) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
header section | |
nav { | |
display: flex; | |
justify-content: flex-end; | |
padding: 20px; | |
padding-left: 22rem; | |
} | |
footer section |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); | |
* { | |
margin: 0; | |
padding: 0; | |
box-sizing: border-box; | |
} | |
:root { | |
--Inter: 'Inter',sans-serif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap'); | |
*{ | |
padding: 0; | |
margin: 0; | |
box-sizing: border-box; | |
} | |
:root{ | |
--OUTFIT: "Outfit"; |