From 728fa43c2c0c1cda90f87e56a5791f0f3a4af2b3 Mon Sep 17 00:00:00 2001 From: gabbagaps Date: Sat, 21 May 2022 18:02:21 +0000 Subject: [PATCH] Upload files to 'css' --- css/fart.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 css/fart.css 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; +}