From 26d498fb85ac1301fc0933d64250a0d48d3e0880 Mon Sep 17 00:00:00 2001 From: Ewout Wieten Date: Tue, 10 Jan 2023 14:09:13 +0100 Subject: Initial commit --- entry/theme/index.html | 164 +++++++++++++++++++++++++++++++++++++++++++++++++ entry/theme/table.css | 13 ++++ 2 files changed, 177 insertions(+) create mode 100644 entry/theme/index.html create mode 100644 entry/theme/table.css (limited to 'entry/theme') diff --git a/entry/theme/index.html b/entry/theme/index.html new file mode 100644 index 0000000..012c6ff --- /dev/null +++ b/entry/theme/index.html @@ -0,0 +1,164 @@ + + + + Colors | ewy.one + + + + + + + + + + +
+

Why does this website look so good?

+
+
+

+ Here is my homebrew color palette. The goal is to incorporate beautiful pastel + colors in a high-contrast, fuzzy medley. + I will eventually update this page with more information, but for now here's a + color table. +

+
+ Color scheme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + Black + + Blue + + Green + + Cyan + + Red + + Magenta + + Yellow + + White +
BlackWordWordWordWordWordWordWordWord
BlackWordWordWordWordWordWordWordWord
BlackWordWordWordWordWordWordWordWord
BlackWordWordWordWordWordWordWordWord
BlackWordWordWordWordWordWordWordWord
BlackWordWordWordWordWordWordWordWord
BlackWordWordWordWordWordWordWordWord
BlackWordWordWordWordWordWordWordWord
+
+
+ + + \ No newline at end of file diff --git a/entry/theme/table.css b/entry/theme/table.css new file mode 100644 index 0000000..6b5fc4b --- /dev/null +++ b/entry/theme/table.css @@ -0,0 +1,13 @@ +table { + table-layout: fixed; + width: 100%; +} + +td { + width: calc(100% / 11); + text-align: center; + overflow: hidden; +} +tr { + width: 100%; +} \ No newline at end of file -- cgit v1.3