From eff929a7a5a02a963612015416f29eeff1ebdafa Mon Sep 17 00:00:00 2001 From: Nerve Corrosion Date: Sun, 20 Oct 2019 15:43:33 +0100 Subject: [PATCH 1/3] Update style.css --- style.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7d366ab..8cbc365 100644 --- a/style.css +++ b/style.css @@ -73,4 +73,26 @@ canvas -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1); -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1); box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1); -} \ No newline at end of file +} + +.Rules { + background-color:#f9f9f9; + border-radius:10px; + border:1px solid #dcdcdc; + display:inline-block; + cursor:pointer; + color:#666666; + font-family:Arial; + font-size:19px; + padding:2px 11px; + text-decoration:none; +} +.Rules:hover { + background-color:#e9e9e9; +} +.Rules:active { + position:relative; + top:1px; +} + + From 6f7a48769ac15bb44715a76ede4ab61e90750bf7 Mon Sep 17 00:00:00 2001 From: Nerve Corrosion Date: Sun, 20 Oct 2019 15:44:24 +0100 Subject: [PATCH 2/3] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c3f35b2..ca7cdac 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ - Rules + Rules From 8421bb903cce573c4aaf275401ea60e40260f916 Mon Sep 17 00:00:00 2001 From: Nerve Corrosion Date: Sun, 20 Oct 2019 15:58:36 +0100 Subject: [PATCH 3/3] Update index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index ca7cdac..4a8a57c 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,7 @@ +

Rules