From f5d689117aa0b43baf49f69a02d7828d3fc6a48b Mon Sep 17 00:00:00 2001 From: pskfyi Date: Sat, 8 Jan 2022 14:04:05 -0800 Subject: [PATCH] feat: first draft of units --- pages/index.vue | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 2ae423e..23aab39 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -8,9 +8,40 @@ Timekeeper -
+
+
+
+ Dec. 1990 +
+
+ + 34y4m +
+
80y max
+
+
+
+ + 100 + + +
@@ -104,7 +135,7 @@ html { } main { - grid-template-rows: minmax(0, 1fr) auto auto minmax(0, 2fr); + grid-template-rows: auto minmax(0, 1fr) auto auto minmax(0, 2fr); } .units-background { @@ -115,4 +146,8 @@ main { opacity: 0.4; height: calc(100% - 4rem); /* 4rem = top padding + bottom padding */ } +.spare-time { + background: rgba(2555, 255, 255, 0.6); + box-shadow: 0px 0px 21px 3px #fff; +}