Files
BUT2IHMD/stylegeneral.css
2025-09-24 17:58:29 +02:00

39 lines
772 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=SUSE+Mono:ital,wght@0,100..800;1,100..800&display=swap');
*{
font-family: "SUSE Mono", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
header{
width: 100%;
height: 10vh;
display: flex;
align-items: center;
position: relative;
background-color: rgb(224, 224, 224);
justify-content: space-between;
}
header>*{
margin: 15px;
}
div,article{
background-color: rgb(183, 183, 183);
padding: 20px;
text-align: center;
border-radius: 8px;
}
article{
height: 5vh;
background-color: rgb(145, 145, 145);
margin-bottom: 15% ;
}