From c516f8d6236407d769420ce5866817558f80afe8 Mon Sep 17 00:00:00 2001 From: Axorax Date: Sun, 8 Dec 2024 15:56:17 +0600 Subject: [PATCH] Add button --- index.html | 2 +- stylesheet.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 96f5291..d691649 100644 --- a/index.html +++ b/index.html @@ -173,7 +173,7 @@

Line width:

- +
diff --git a/stylesheet.css b/stylesheet.css index dce5553..b392935 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -66,6 +66,10 @@ body { .container .content button { background-color: #007bff; width: 100%; + + &:hover { + background: #305dff; + } } .container .content > div {