1
0
Fork 0
decentrala-website-static-new/static/main.css

65 lines
711 B
CSS
Raw Normal View History

2023-01-03 20:06:46 +00:00
body {
background-color: rgb(0, 0, 0);
2023-01-03 20:06:46 +00:00
}
.container {
margin: 2rem auto;
margin-left: 2%;
}
.header {
display: flex;
justify-content: center;
margin: 0 auto;
font: 12vw "Monospace", sans-serif;
2023-01-03 20:06:46 +00:00
color: #24ea26;
}
#d {
font: 18vw "Monospace", sans-serif;
}
2023-01-03 20:06:46 +00:00
main {
color: #24ea26;
}
2023-01-04 07:29:26 +00:00
#about {
font-size: 2rem;
margin-bottom: 2rem;
}
2023-01-03 20:06:46 +00:00
a {
text-decoration: none;
2023-01-03 20:06:46 +00:00
color: #24ea26;
}
a:visited {
text-decoration: none;
}
a:active {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
main ul li {
font-size: 2rem;
}
main ul li:hover {
background-color: #008000;
}
main ul li:hover a {
color: #000000;
2023-01-03 20:06:46 +00:00
}
main ul li:before{
content: ">";
padding-right: 5px;
color: #24ea26;
}