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

48 lines
531 B
CSS
Raw Normal View History

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