diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-02-18 06:28:49 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-18 06:28:49 +0000 |
commit | 4f5ad6a7af15a43e1469e994618e24c623177359 (patch) | |
tree | 90d29a270758a899a07fce1935103eb48663587f /site/css | |
parent | 80eabade58e7d95c26b55b7b2dccc10092521f7d (diff) |
Add files via upload
Diffstat (limited to 'site/css')
-rw-r--r-- | site/css/default.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/site/css/default.css b/site/css/default.css new file mode 100644 index 0000000..35f89d1 --- /dev/null +++ b/site/css/default.css @@ -0,0 +1,35 @@ +html, body { + font-size: 16px; + font-family: hack; + 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; +} |