-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (47 loc) · 939 Bytes
/
style.css
File metadata and controls
64 lines (47 loc) · 939 Bytes
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
html { overflow-y: hidden; }
@font-face {
font-family: 'typograph_prolight';
src: url('font/typograph_pro_light-webfont.woff2') format('woff2'),
url('font/typograph_pro_light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.title {
text-align: center;
font-family: 'typograph_prolight';
}
.form-div {
height: 680px;
width: 40%;
margin: auto;
padding: 30px;
background-color: white;
overflow: hidden;
}
.form_group {
position: relative;
left: 60px;
margin: auto;
}
.birth {
width: 90px;
margin-left: 5px;
margin-right: 5px;
}
.send {
background-color: #ac8642;
color: white;
height: 30px;
width: 160px;
}
.form_submit {
margin-left: 60px;
}
.req {
vertical-align: top;
}
body {
background-image: url(images/hotel_wallpaper.jpg);
background-repeat:no-repeat;
background-size: cover;
}