-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
99 lines (76 loc) · 1.12 KB
/
style.css
File metadata and controls
99 lines (76 loc) · 1.12 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#contact iframe {
width: 100%;
}
.contact_1 h3 {
display: inline;
}
.contact_1 a {
text-shadow: none;
}
input {
background: grey
}
.travel_mainDiv {
border: 1px solid #c7c7c7;
padding-left: 0px;
padding-right: 0px;
float: none
}
.travel_mainDiv img {
width: 100%;
}
.travel_mainDiv hr {
width: 230px;
}
.travel_mainDiv h5,
.travel_mainDiv p {
margin-left: 20px;
}
.movie_head {
font-size: 20px;
padding: 6px 22px;
border-radius: 10px;
margin-bottom: 15px;
width: 100%;
display: inline-block;
}
.movie_head i {
float: right;
}
.movie_text span {
color: #ff7700;
}
.environment_li {
margin-top: 13px;
}
.environment_li h4 {
border-bottom: 1px solid white;
padding: 8px;
}
.environment_li img {
border-radius: 50px;
}
.environment_li p {
margin-top: 10px;
}
.header_entrepreneur {
line-height: 2;
}
.book {
cursor: pointer;
}
.book hr {
margin-bottom: 10px;
}
.modal-content {
margin-top: 100px;
}
.img_modal {
display: inline-block;
}
.p_modal {
margin-top: 10px;
}
.modal-body {
text-align: center
}