Skip to content

Instantly share code, notes, and snippets.

View coderbolu's full-sized avatar

Sofela Boluwatife coderbolu

View GitHub Profile
footer
footer h3 {
margin-bottom: 1rem;
font-size: 2rem;
}
/* -- Tablet Responsive (≤922px) --*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
header section
nav {
display: flex;
justify-content: flex-end;
padding: 20px;
padding-left: 22rem;
}
footer section
@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;
@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";