-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
116 lines (93 loc) · 1.35 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
* {
margin: 0;
padding: 0;
}
:root {
font-family: "Open Sans", serif;
font-size: 16px;
line-height: 150%;
color: #1B1B1B;
}
body {
background-color: black;
}
main {
margin-bottom: 140px;
}
#page {
box-sizing: border-box;
width: 1280px;
padding: 80px;
background-color: white;
/* border-radius: 24px; */
margin: 0px auto;
}
.text-headline {
color:#E1624F;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 10px;
}
h1, h2, h3 {
color: #1B1B1B;
font-weight: bold;
}
h1 {
font-size: 36px;
margin-top: 24px;
margin-bottom: 20px;
}
h2 {
font-size: 32px;
margin-bottom: 20px;
}
h3 {
font-size: 28px;
margin-left: 10px;
margin-top: 20px;
margin-bottom: 15px;
}
#main-photo p {
font-style: italic;
text-align: center;
margin-top: 0px;
padding: 0px;
}
#about {
margin-top: 50px;
margin-bottom: 10px;
}
img {
border-radius: 28px;
margin-top: 50px;
/* margin-bottom: 10px; */
}
.good-for {
font-weight: bold;
}
#good-for-history {
color: #0C51A7;
font-weight: bold;
}
#good-for-couples {
color: #591B98;
font-weight: bold;
}
#good-for-family {
color: #E5245E;
font-weight: bold;
}
#good-for-budjet {
color: #E95E10;
font-weight: bold;
}
hr {
margin-bottom: 40px;
}
#description {
text-align: center;
margin-top: 40px;
}
footer {
text-align: center;
}