-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
117 lines (96 loc) · 1.45 KB
/
style.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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
* {
margin: 0;
padding: 0;
}
:root {
font-family: "Open Sans", sans-serif;
color: #1B1B1B;
}
#container {
box-sizing: border-box;
max-width: 1120px;
margin: 88px auto 65px;
}
.title-page {
margin-bottom: 44px;
}
.headline {
margin-bottom: 8px;
color: #E1624F;
font-weight: 700;
text-transform: uppercase;
font-size: 16px;
}
h1 {
font-weight: 900;
}
#busan {
width: 1120px;
height: 660px;
}
img {
width: 1120px;
height: 350px;
width: 100%;
border-radius: 28px;
object-fit: cover;
}
#description p {
margin-top: 24px;
text-align: center;
font-style: italic;
font-size: 16px;
}
.divider {
width: 100%;
height: 1px;
margin: 40px 0 64px;
background-color: #d9d9d9;
}
h2 {
margin-bottom: 8px;
font-weight: 900;
font-size: 28px;
color: #1B1B1B;
}
#title-list h2 + p {
margin-bottom: 64px;
}
ol h3 li {
margin: 20px 30px 4px;
}
.goodfor {
margin: 20px auto 48px;
font-weight: 900;
color: #333333;
}
.goodfor li::marker {
color: #333333;
}
.goodfor li {
list-style: disc;
margin-left: 20px;
}
.historia {
color: #0C51A7;
}
#casais {
color: #591B98;
}
#familias {
color: #E5245E;
}
#orcamento {
color: #E95E10;
}
footer {
color: #333333;
text-align: center;
padding-bottom: 48px;
}
footer img {
max-width: 14px;
max-height: 12px;
width: 100%;
vertical-align: middle;
}