From b51fe31011fb1b26eb638739c8a02056c8f4e84e Mon Sep 17 00:00:00 2001 From: muppeth Date: Thu, 30 Sep 2021 21:20:28 +0200 Subject: [PATCH] small change to the forms css --- css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/css/style.css b/css/style.css index ea61742..e061ce7 100644 --- a/css/style.css +++ b/css/style.css @@ -1470,3 +1470,17 @@ footer a:hover, footer a:focus { color: #1F5C60; } .imgcenter { vertical-align:middle ; } + +/* Forms */ +.form-spacer { + background-color: #50162D; + transform: skew(0deg, 1deg) translateY(-20px); + color: white; + padding: 2rem; + padding-left: 20%; + padding-right: 20%; +} + +.form-spacer h3 { + color: white; +}