Upload files to 'css'

This commit is contained in:
gabbagaps 2022-05-21 18:02:21 +00:00
parent fbf7f6b27a
commit 728fa43c2c
1 changed files with 33 additions and 0 deletions

33
css/fart.css Normal file
View File

@ -0,0 +1,33 @@
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;
}