-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbokng.css
68 lines (55 loc) · 1 KB
/
bokng.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
body {
margin: 0;
padding: 0;
font-family: sans-serif;
background: url(images/tramp\ r3.jpg);
}
.sign-up-form {
width: 500px;
height: 900px;
box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
background: #fff;
padding: 55px 80px;
margin: 5% auto 0;
margin-bottom: 5% auto 0;
text-align: center;
border-radius: 3%;
}
.sign-up-form h1 {
color: #ff00009f;
margin-bottom: 30px;
}
.input-box {
padding: 10px;
margin: 10px 0;
width: 100%;
border: 1px solid #999;
outline: none;
border-radius: 40px;
}
button {
color: rgb(255, 0, 0);
width: 50%;
padding: 10px;
font-size: 20px;
margin: 10px 0;
border: none;
outline: none;
cursor: pointer;
border-radius: 40px;
}
.signup-btn
{
background-color: #f6ff00;
}
a{
text-decoration: none;
}
.or{
background: #fff;
width: 30px;
margin: -19px auto 10px;
}
img{
width: 70px;
}