gegenkultur/css/fart.css

34 lines
368 B
CSS

html {
background-color: black;
color: white;
font-size: 25px;
height:auto;
margin:auto;
width:75%;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
a {
color: orange;
}
h1 {
font-size: 40px;
}
code {
font-size: 15px;
color: lightgreen;
}
div {
/*border: 3px solid white;*/
padding: 1rem;
}