formatting time
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 25s
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 25s
This commit is contained in:
10
css/main.css
10
css/main.css
@@ -131,20 +131,30 @@ body {
|
|||||||
background-image: url("/img/background.jpg");
|
background-image: url("/img/background.jpg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
|
border: green;
|
||||||
|
border-style: double;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
border: green;
|
||||||
|
border-style: double;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
border: green;
|
||||||
|
border-style: double;
|
||||||
|
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
border: green;
|
||||||
|
border-style: double;
|
||||||
|
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user