borders
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 26s
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 26s
This commit is contained in:
13
css/main.css
13
css/main.css
@@ -127,35 +127,26 @@ footer {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 70%;
|
|
||||||
margin-left: 20%;
|
|
||||||
background: #201b1a;
|
background: #201b1a;
|
||||||
background-attachment: local;
|
background-attachment: local;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
background-size: 100% 100%;
|
|
||||||
background-image: url("/img/background.jpg");
|
background-image: url("/img/background.jpg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
margin-top: 7em;
|
border: green;
|
||||||
height: 7em;
|
border-style: double;
|
||||||
margin-bottom: 14em;
|
|
||||||
padding-left: 2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header img {
|
.header img {
|
||||||
height: 16em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
margin-right: 10em;
|
|
||||||
width: 80%;
|
|
||||||
border: green;
|
border: green;
|
||||||
border-style: double;
|
border-style: double;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user