design updates

This commit is contained in:
Leon Noe Jovan
2021-12-04 18:49:20 +01:00
parent b927a032f8
commit 5242985df1
12 changed files with 231 additions and 28 deletions

View File

@@ -113,7 +113,7 @@ em {
border-radius: 4px; }
.background {
background: url(../image/bg.jpeg) no-repeat center center fixed;
background: #848C90;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
@@ -126,7 +126,8 @@ em {
position: absolute;
width: 50%;
left: 25%;
top: 100px; }
top: 100px;
box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.25); }
.register-button {
position: relative;