first layout

This commit is contained in:
2021-12-15 12:47:50 +01:00
commit 9a61c45b7d
4 changed files with 118 additions and 0 deletions

28
sass/index.css Normal file
View File

@@ -0,0 +1,28 @@
body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column; }
.header {
background-color: #EAE2B7;
width: 100%;
height: 100px;
display: flex;
align-items: center;
justify-content: flex-end; }
ul {
display: flex;
flex-direction: row;
font-size: 20px;
list-style: none; }
ul li {
padding-right: 30px; }
ol {
display: flex;
flex-direction: column;
list-style: georgian; }
/*# sourceMappingURL=index.css.map */