From 72b1337ba63c5c9cdb964d11b032c2d88a85f3c9 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 10 Oct 2024 22:34:25 +0300 Subject: Added styling --- client/css/styles.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 client/css/styles.css (limited to 'client') 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 -- cgit v1.2.3