Skip to content

Commit ede4e44

Browse files
Update signup.css
1 parent 1c963ae commit ede4e44

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

signup.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,14 @@ body {
160160
.small {
161161
font-size: 14px;
162162
}
163+
body {
164+
background: url('assets/sky.png') no-repeat center center fixed;
165+
background-size: cover;
166+
}
167+
.signup-form {
168+
background: rgba(255, 255, 255, 0.85);
169+
padding: 2rem;
170+
border-radius: 12px;
171+
max-width: 400px;
172+
margin: auto;
173+
}

0 commit comments

Comments
 (0)