From 3f0b6e395941309dd239dcd9102e7297b122f9e6 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Sat, 26 Feb 2022 01:52:45 -0500 Subject: on screen kb --- static/styles.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 5bd99f1..bf62330 100644 --- a/static/styles.css +++ b/static/styles.css @@ -148,3 +148,29 @@ hr { #share { width: 90%; } + +.keyboard { + border-top: 2px black solid; + padding-top:10px; + padding-bottom:7px; + background-color: #fdf3f3; + position: sticky; + bottom: 0; + text-align: center; + max-width: 40em; + left: 26px; +} +.kbrow { + margin-bottom: 5px; +} +.key { + font-family: Cantarell; + display: inline-block; + height: 35px; + width: 30px; + border-radius: 4px; + border: 1px black solid; + line-height: 33px; + cursor: pointer; + user-select: none; +} -- cgit v1.2.3