mannaggianastri/static/style.css
2024-06-15 12:50:35 +02:00

65 lines
773 B
CSS

html,
body {
width: 100%;
}
body {
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: column;
}
* {
font-size: 32px;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #556262;
}
}
#main {
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: column;
/* height: 0.8vh; */
/* width: 0.65vw; */
}
#logo {
width: 60%;
margin: 0 auto;
}
@media only screen and (max-width: 801px) {
/* mobile */
}
@media only screen (min-width: 802px) {
/* desktop */
}
#form {
margin: 0 auto;
/* margin-top: 10%; */
width: 300px;
}
/* p { */
/* height: 100%; */
/* width: 100%; */
/* margin: 0 auto; */
/* } */
thead {
}
tbody {
}
td {
padding: 0.1em;
}