+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/css/base.css b/css/base.css new file mode 100644 index 0000000..9ae14da --- /dev/null +++ b/css/base.css @@ -0,0 +1,22 @@ +:root { + --bg-color: #111111; + --fg-color: #FFFFFF; +} + +html { + align-items: center; + background-color: var(--bg-color); + color: var(--fg-color); + display: flex; + font-family: monospace; + font-size: 1.5em; + justify-content: center; + min-height: 100vh; +} + +::selection { + background-color: var(--fg-color); + color: var(--bg-color); +} + +a, a:visited { color: var(--fg-color); } diff --git a/css/fish.css b/css/fish.css new file mode 100644 index 0000000..3a83246 --- /dev/null +++ b/css/fish.css @@ -0,0 +1,7 @@ +img { + max-width: 640px; +} + +header, div { + text-align: center; +} diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..e9b9adf --- /dev/null +++ b/css/index.css @@ -0,0 +1,20 @@ +.section { + padding-top: 0.5lh; +} + +header, footer { + text-align: center; +} + +ul { + list-style-type: '- '; + padding-left: 3ch; + margin-top: 0.5lh; + margin-bottom: 0.5lh; +} + +.copyleft { + font: sans-serif; + display: inline-block; + transform: rotateY(180deg); +} diff --git a/css/style.css b/css/man.css similarity index 54% rename from css/style.css rename to css/man.css index 3bc108b..e90f0ae 100644 --- a/css/style.css +++ b/css/man.css @@ -1,31 +1,9 @@ -:root { - --bg-color: #000000; - --fg-color: #FFFFFF; -} - -html { - display: flex; - width: 100%; - background-color: var(--bg-color); - color: var(--fg-color); - font-size: 1em; - font-family: "Cascadia Code", monospace; - justify-content: center; -} - -::selection { - background-color: var(--fg-color); - color: var(--bg-color); -} - body { width: 80ch; height: 100%; margin: 0; } -a, a:visited { color: var(--fg-color); } - header, footer { display: flex; justify-content: space-between; diff --git a/fish.html b/fish.html new file mode 100644 index 0000000..0a9af38 --- /dev/null +++ b/fish.html @@ -0,0 +1,54 @@ + + +
+ + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+