www/assets/css/main.css

27 lines
510 B
CSS
Raw Normal View History

2023-05-11 15:36:22 +03:00
body {
2023-05-11 17:58:03 +03:00
background-color: #212A3E;
2023-05-11 15:36:22 +03:00
}
2023-05-11 17:58:03 +03:00
body .block-out {
2023-05-11 15:36:22 +03:00
display: flex;
flex-direction: column;
2023-05-11 17:58:03 +03:00
margin: 0rem 5rem;
align-self: center;
2023-05-11 15:36:22 +03:00
}
2023-05-11 17:58:03 +03:00
body .block-out .block-in {
background-color: #394867;
color: #F1F6F9;
2023-05-11 15:36:22 +03:00
border-radius: 10px;
border-style: groove;
padding: 1rem 0;
2023-05-11 17:58:03 +03:00
margin: 1rem 0;
}
body .block-out .block-in .basic-list {
text-align: center;
list-style-type: none;
}
body .block-out .block-in .basic-list > .block-list-in {
padding: 1rem 0;
2023-05-11 15:36:22 +03:00
}
/*# sourceMappingURL=main.css.map */