aboutsummaryrefslogtreecommitdiff
path: root/entries/adirar111/wasm/style.css
diff options
context:
space:
mode:
authorBraxton Hall2022-10-24 06:34:55 +0000
committerGitHub2022-10-24 06:34:55 +0000
commit15c8967ec8074f3c7272ac7107847e3bb4539e99 (patch)
tree267674dd842fc69fd8a0481ef780693719237dbc /entries/adirar111/wasm/style.css
parentca09b8229ba680d5e5400ed72b121e8302990dab (diff)
parent5e2b3d53917bb6a39dbffd0db6888bacaa283536 (diff)
Merge pull request #17 from adirar111/main
wasm
Diffstat (limited to 'entries/adirar111/wasm/style.css')
-rw-r--r--entries/adirar111/wasm/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/entries/adirar111/wasm/style.css b/entries/adirar111/wasm/style.css
new file mode 100644
index 0000000..8ab403f
--- /dev/null
+++ b/entries/adirar111/wasm/style.css
@@ -0,0 +1,27 @@
+html {
+ background: #5a46ee;
+ color: #fff;
+ font-family: "Source Code Pro"
+}
+
+body {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+}
+
+#input-area {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+}
+
+#input {
+ height: 40px;
+ font-size: 30px
+}
+
+#result {
+ font-size: 50px
+}