From c39de958ace0d6dc0abdf5667bb50a43d9930927 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sat, 13 Jan 2024 01:10:07 -0800 Subject: initial --- http/public/index.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 http/public/index.css (limited to 'http/public/index.css') diff --git a/http/public/index.css b/http/public/index.css new file mode 100644 index 0000000..ea30843 --- /dev/null +++ b/http/public/index.css @@ -0,0 +1,38 @@ +p { + color: white; + display: block; +} + +/* p code {display: block;} */ + +code { + background: #4e4e4e; + font-family: monospace; + color: #e3e3e3; + margin: 30px; +} + +body, input, select, textarea { + color: #333; + font-size: 10pt; + line-height: 1.65em; + letter-spacing: -0.015em; +} + +body { + background:#040304; +} + +h1, h2 { + color: #e3e3e3; +} +.left { + position: absolute; + top: 0; + right: 30px; + border-left-color: #333; + border-left-width: 2px; + border-left-style: solid; + padding: 10px; + +} -- cgit v1.2.3-13-gbd6f