aboutsummaryrefslogtreecommitdiff
path: root/client/css
diff options
context:
space:
mode:
Diffstat (limited to 'client/css')
-rw-r--r--client/css/styles.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/client/css/styles.css b/client/css/styles.css
new file mode 100644
index 0000000..7b563f8
--- /dev/null
+++ b/client/css/styles.css
@@ -0,0 +1,31 @@
+body {
+ background: black;
+ color: lightgreen;
+}
+
+a {
+ color: orange;
+}
+
+a:hover {
+ color: yellow;
+}
+
+button {
+ background:black;
+ color:red;
+ border: solid 2px;
+}
+
+
+button {
+ background:black;
+ color:red;
+ border: solid 2px;
+}
+
+button:hover {
+ background:#ffff96;
+ color:red;
+ border: solid 2px aliceblue;
+} \ No newline at end of file