Fixed Font

This commit is contained in:
2021-12-15 12:48:17 +00:00
parent 3e9fca0d4b
commit da88f48ec2
3 changed files with 13 additions and 61 deletions

View File

@@ -2,41 +2,24 @@ 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;
font-size: 150%;
text-decoration: none;
}
h3 {
font-size: 250%;
}
p {
font-size: 175%;
}
.articles {
margin: auto;
width: 50%;
@@ -52,9 +35,8 @@ a {
background-color: #03071e;
color: #EAE2B7;
font-family: 'Roboto', sans-serif;
>>>>>>> 7ddc9cfeffce4ded1a67c3ad37cecec023c094bb
width: 100%;
height: 50px;
height: 100px;
display: flex;
align-items: center;
justify-content: flex-end; }
@@ -72,8 +54,4 @@ ol {
flex-direction: column;
list-style: georgian; }
.content {
display: flex;
flex-direction: row; }
/*# sourceMappingURL=index.css.map */