diff --git a/css/fart.css b/css/fart.css new file mode 100644 index 0000000..3210281 --- /dev/null +++ b/css/fart.css @@ -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; +}