80 lines
1.4 KiB
CSS
80 lines
1.4 KiB
CSS
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
<<<<<<< HEAD
|
|
flex-direction: column;
|
|
background-color: #EAE2B7; }
|
|
|
|
a {
|
|
color: #003049;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
letter-spacing: 1px; }
|
|
|
|
.greeting {
|
|
color: #F77F00;
|
|
font-size: 30px;
|
|
font-weight: 900;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 50vh;
|
|
background-image: url("https://i1.wp.com/sirus.be/sirus_afbeeldingen/2020/04/Smartcities.png?fit=2560%2C1594&ssl=1");
|
|
background-position: center center;
|
|
background-size: cover;
|
|
background-clip: border-box; }
|
|
|
|
.header {
|
|
background-color: #F77F00;
|
|
=======
|
|
flex-direction: column;
|
|
background-color: #03071e;
|
|
}
|
|
|
|
a {
|
|
color: #EAE2B7;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.articles {
|
|
margin: auto;
|
|
width: 50%;
|
|
padding: 10px;
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
|
|
.navigation {
|
|
font-family: 'Roboto', sans-serif
|
|
}
|
|
|
|
.header {
|
|
background-color: #03071e;
|
|
color: #EAE2B7;
|
|
font-family: 'Roboto', sans-serif;
|
|
>>>>>>> 7ddc9cfeffce4ded1a67c3ad37cecec023c094bb
|
|
width: 100%;
|
|
height: 50px;
|
|
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; }
|
|
|
|
.content {
|
|
display: flex;
|
|
flex-direction: row; }
|
|
|
|
/*# sourceMappingURL=index.css.map */
|