summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
authormion <>2026-02-11 22:59:23 +0000
committermion <>2026-02-11 22:59:23 +0000
commit9ac5ed19e543f15aff7ce2f426b1444867fd1b21 (patch)
treef6e798dfa86336ca48d79e6a8a23ce1e51b72faa /html/style.css
test
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css56
1 files changed, 56 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css
new file mode 100644
index 0000000..a57bb72
--- /dev/null
+++ b/html/style.css
@@ -0,0 +1,56 @@
+body
+{
+ background: black;
+ color: #fc6c8e;
+ max-width: 960px;
+ margin-left: auto;
+ margin-right: auto;
+ font-family: "noto sans mono", monospace;
+ font-size: 16px;
+}
+
+a {
+ color: #fc6c8e;
+ font-weight: bold;
+}
+
+a:hover {
+ color: purple;
+}
+
+figcaption {
+ display: none;
+}
+
+.box {
+ display: inline-block;
+}
+
+.boxes {
+ display: flex;
+}
+
+hr {
+ border: #202020 solid 1px;
+}
+
+table
+{
+ border-collapse: collapse;
+}
+
+table td, th
+{
+ border: 1px solid #202020;
+ padding: 4px;
+}
+
+/*
+body::after {
+ position: fixed !important;
+ content: url();
+ top: 0px !important;
+ right: 0 !important;
+ z-index:-1;
+
+} */