practice-time-landing-page/assets/styles/style.css

19 lines
340 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');
*{
margin: 0;
padding: 0;
}
html, body{
box-sizing: border-box;
font-family: 'Inter', sans-serif;
}
.header{
background: black;
display: flex;
justify-content: center;
padding: 28px 0;
}
.imgLogoM3{
display: block;
}