summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-03-20 14:44:28 -0400
committercyfraeviolae <cyfraeviolae>2022-03-20 14:44:28 -0400
commite67912e1fe3c4df13a551f335600a695bd834a0f (patch)
tree800e137297463d20f600e772c0ffa56e3a8109f7 /static/styles.css
init
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
new file mode 100644
index 0000000..b81618b
--- /dev/null
+++ b/static/styles.css
@@ -0,0 +1,41 @@
+#entry {
+ width: 100%;
+ margin-bottom: 8px;
+}
+
+#url {
+ width: 60%;
+}
+
+input {
+ margin-top: 12px;
+}
+
+#challenge, #prompt-text {
+ font-weight: bold;
+ font-size: x-large;
+}
+
+.nb {
+ white-space: nowrap;
+}
+
+.prompt-label {
+ right: 53%;
+}
+
+.guess-label {
+ left: 53%;
+}
+
+.label {
+ font-size: 3em;
+ color: white;
+ font-weight: bold;
+ position: fixed;
+ bottom: 30px;
+ text-shadow: 1px 1px 0px black
+ , -1px 1px 0px black
+ , 1px -1px 0px black
+ , -1px -1px 0px black;
+}