Add some style
This commit is contained in:
@@ -8,9 +8,8 @@
|
||||
|
||||
* {
|
||||
font-family: 'Fira Code', 'PT sans', sans-serif;
|
||||
|
||||
|
||||
box-sizing: border-box;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
html, body {
|
||||
@@ -25,6 +24,15 @@ html, body, main, section, section div, footer {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #e2e2e2;
|
||||
background-image:
|
||||
linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px),
|
||||
linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
|
||||
background-size: 20px 20px;
|
||||
color: #111;
|
||||
}
|
||||
|
||||
main {
|
||||
justify-content: start;
|
||||
|
||||
@@ -41,4 +49,12 @@ section {
|
||||
min-height: 100%;
|
||||
width: 100%;
|
||||
scroll-snap-align: start;
|
||||
}
|
||||
|
||||
ul li{
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
ul li a {
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user