Improved Design
This commit is contained in:
@@ -2,16 +2,30 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column; }
|
flex-direction: column;
|
||||||
|
background-color: #03071e;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #EAE2B7;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.articles {
|
.articles {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation {
|
||||||
|
font-family: 'Roboto', sans-serif
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-color: #EAE2B7;
|
background-color: #03071e;
|
||||||
|
color: #EAE2B7;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user