Añadir 'custom.css'

This commit is contained in:
~lucas 2021-03-31 21:17:38 +00:00
parent 709277abec
commit 86aad572c3
1 changed files with 12 additions and 0 deletions

12
custom.css Normal file
View File

@ -0,0 +1,12 @@
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;}
}
header,footer{background:#212121;}
header,main{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;}