summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css26
1 files changed, 26 insertions, 0 deletions
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;
+}