about summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
authorSaksham Mittal <gotlouemail@gmail.com>2022-04-02 18:58:42 +0530
committerSaksham Mittal <gotlouemail@gmail.com>2022-04-02 18:58:42 +0530
commitfda6bdf1ebf59f1f86f122186ba726c1e83881f7 (patch)
tree0f2e50f15ce9a04224b8a2cf174d0cf205f3b45b /style.css
downloadpurple-fda6bdf1ebf59f1f86f122186ba726c1e83881f7.tar.gz
Initial commit
Basic webpage is setup with the ability to print the 5 letter word that
a user types into the text box
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..70d56db
--- /dev/null
+++ b/style.css
@@ -0,0 +1,11 @@
+body {
+	background-color: #000000;
+	color: #ffffff;
+	font-family: sans-serif;
+	text-align: center;
+}
+
+input {
+	background: #000000;
+	color: #ffffff;
+}