Update styles.css

master
Steamed-Punk 2019-09-06 18:48:49 +02:00 committed by GitHub
parent 75096ae9f3
commit b91ea5c85e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,17 +1,17 @@
* {
margin:0px;
padding:0px;
}
* {
margin:0px;
padding:0px;
}
#intro {
display: block;
width: 100%;
width: 90%;
margin: 0px auto;
}
p {
display: block;
width: 80%;
width: 90%;
margin: 0px auto;
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
}