Actualizar 'custom.css'

This commit is contained in:
Lucas 2021-04-02 16:00:42 +00:00
parent 706d5073b1
commit 2c0b1be656
1 changed files with 3 additions and 6 deletions

View File

@ -1,12 +1,9 @@
body{text-align:center; padding:20px 10%; font-weight:bold; background: black; color:green; font-family:monospace;}
/* body{background:#191919; border-radius:5px; border:solid green;} */
@media only screen and (max-width: 600px) {
body{padding:10px 50px;}
}
body{font-weight:bold;background:black;color:green;font-family:monospace;}
header,footer{background:#212121;}
header,main{text-align:left;padding:0.1% 5px;}
header{text-align:left;padding:0.1% 5px;}
footer{padding:0px 0px 4px;}
div.section{margin:10px 5px;}
p.desc{font-size:large;}
a{color:green;text-decoration:underline;}
header a.pub{color:green;}
div.main-content{background:#191919;border-radius:5px;border:solid green;}