forked from sahtejkumar/dreary-hand-8237
-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.css
39 lines (34 loc) · 776 Bytes
/
signup.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#form {
/* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
width: 30%;
height: 500px;
margin: auto;
padding-left: 20px;
padding-right: 20px;
}
h1 {
text-align: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 200;
}
#sign_in {
display: block;
margin-top: 20px;
width: 50%;
height: 42px;
background-color: rgb(7, 38, 38);
color: white;
font-size: 17px;
font-weight: 200;
text-align: center;
border-radius: 10px 10px 10px 10px;
margin-left: 100px;
}
input {
width: 98%;
height: 30px;
margin-top: 20px;
}
input:hover {
border: 2px solid grey;
}