From 02bb273621567ada7ab394b8ad494cf59622638d Mon Sep 17 00:00:00 2001 From: vista-man <524715@vistacollege.nl> Date: Fri, 21 Feb 2025 13:20:24 +0100 Subject: [PATCH] Refactor payment page styles and add new stylesheet --- website/betaal.css | 25 +++++++++++++++++++++++++ website/betalen.html | 28 +--------------------------- website/style.css | 1 + 3 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 website/betaal.css diff --git a/website/betaal.css b/website/betaal.css new file mode 100644 index 0000000..abd2d3a --- /dev/null +++ b/website/betaal.css @@ -0,0 +1,25 @@ +body { + font-family: Arial, sans-serif; + text-align: center; + padding: 50px; + background-color: #f9f9f9; +} +h1 { + color: #F56E28; +} +p { + font-size: 1.2em; + margin-top: 20px; +} +button { + margin-top: 30px; + padding: 10px 20px; + background-color: #F56E28; + color: white; + border: none; + cursor: pointer; + font-size: 1.1em; +} +button:hover { + background-color: #F56E28; +} \ No newline at end of file diff --git a/website/betalen.html b/website/betalen.html index e75f55b..c3bef2a 100644 --- a/website/betalen.html +++ b/website/betalen.html @@ -6,33 +6,7 @@ Betaalpagina Mees - + diff --git a/website/style.css b/website/style.css index f65b610..d0b28fb 100644 --- a/website/style.css +++ b/website/style.css @@ -328,6 +328,7 @@ body { #order-button:hover { background-color: #45a049; + transform: scale(1.05); } .cart.visible {