-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (57 loc) · 935 Bytes
/
style.css
File metadata and controls
75 lines (57 loc) · 935 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
65
66
67
68
69
70
71
72
73
body{
background:#000;
margin:0;
padding:0;
}
/*** header section ***/
.bg-dark {
background-color: #000!important;
}
.picter{
background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(images/sub-header.png);
width:100%;
height:200px;
overflow:hidden;
background-size:cover;
}
/**start-event section**/
.event{
background:#000;
}
/*** form contact section***/
.cannect input,
.cannect textarea{
width:100%;
padding:1rem .4rem;
font-size:1.1rem;
}
/*** start footer section ***/
.h4, h4 {
font-size: 1rem;
color: #fff;
}
dl, ol, ul {
margin-top: 0;
margin-bottom:15px;
color: #fff;
font-size:.7rem;
line-height:1.8;
}
.lorem {
margin-top: 0;
margin-bottom:12px;
color: #fff;
font-size:.7rem;
line-height:1.8;
}
.content{
background:#1E2434;
}
.text-1{
color:#fff;
text-align:center;
font-size:.9rem;
}
.stay h4{
color:#C8B665;
}