diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-02-13 01:42:33 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-13 01:42:33 +0000 |
commit | c586769ac440e4c4bbf808df5c10e5e0553c6567 (patch) | |
tree | 618d2d94b476f4623a056640aec87703e8ddf58f /css/default.css | |
parent | 38bc1c23292d63bd9a5c229421cc78db864c36cb (diff) |
Add files via upload
Diffstat (limited to 'css/default.css')
-rw-r--r-- | css/default.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css new file mode 100644 index 0000000..36edc12 --- /dev/null +++ b/css/default.css @@ -0,0 +1,35 @@ +html, body { + font-size: 16px; + font-family: monospace; + background: #000000; + color: #00FF66; + line-height: 1.25; +} + +a { + color: #ACFFBD; + text-decoration: none; + font-weight: bold; +} + +a:hover { + text-decoration: underline; +} + +header { + text-align: center; +} + +footer { + text-align: center; +} + +#code { + background: #1c1c1c; + color: #FF8C00; +} + +#block { + margin: auto; + max-width: 640px; +} |