From 8a943500d97598a0b49ef655dc1b5484fe5e83d8 Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Wed, 2 Feb 2022 00:06:53 -0700 Subject: Initial commit --- public/style.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 public/style.css (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..25b35cc --- /dev/null +++ b/public/style.css @@ -0,0 +1,36 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: "Rubik", sans-serif; + transition-timing-function: ease-in-out; +} + +body { + text-align: center; + + user-select: none; + -webkit-user-select: none; + -webkit-touch-callout: none; + -webkit-tap-highlight-color: transparent; +} + +h1 { + text-transform: uppercase; +} + +#help-btn { float: left; } +#settings-btn, #stats-btn { float: right; } + +#keyboard { + width: 100%; + table-layout: fixed; + border-spacing: 1vw; +} + +td[data-key] { + background: #eee; + padding: 0.5em; + font-size: 4vw; + border-radius: 2vw; +} -- cgit v1.2.3-70-g09d2