Skip to content

Commit 5940192

Browse files
committed
Added Background Image
1 parent a2326a8 commit 5940192

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

views/signup_community.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@
1212
<style>
1313
.signup{
1414
display: block;
15-
background-color: rgb(25, 25, 65);
15+
background: url('./img/back.jpg');
1616
height: 756px;
1717
}
18-
.signup .form{
19-
box-shadow: 10px 10px rgb(5, 5, 39);
20-
}
18+
2119
</style>
2220
<script src="js/signup_validator.js"></script>
2321
</head>

0 commit comments

Comments
 (0)