-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
141 lines (129 loc) · 2.21 KB
/
styles.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
/**
Palette: https://scrimba.com/links/hometown-palette
RED: #E63946
LIGHT: #F1FAEE
AQUA: #A8DADC
LIGHT BLUE: #457B9D
DARK BLUE: #1D3557
*/
body {
margin: 0;
text-align: center;
}
img {
width: 100px;
}
#hero-section {
background-image: url("/torshov.jpg");
background-size: cover;}
.flex-box{
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
width: 720px;
height: 343px;
}
h1 {
font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 37px;
text-align: center;
background-color: #1D3557;
border-radius: 10px;;
color: #FFFFFF;
margin: 10px auto;
padding: 3px 12px 5px 12px;
}
h2 {
background: #457B9D;
border-radius: 10px;
margin: 10px auto;
padding: 5px 28px 8px 28px;
color: #FFFFFF;
font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 18.72px;
line-height: 22px;
text-align: center;
}
h3 {
font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 28px;
text-align: center;
color: #1D3557;
margin-top: 38px;
}
h5 {
font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 18px;
text-align: center;
color: #1D3557;
}
.round {
border-radius: 50%;
}
.activities {
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 34px;
padding-right: 34px;
}
#activities-section {
background: #F1FAEE;
padding-top: 39px;
padding-bottom: 39px;
}
p {
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 18px;
text-align: center;
color: #1D3557;
}
.active {
padding: 20px;
margin: 0;
}
#guide-section {
display: block;
}
#visitka {
background: #A8DADC;
box-shadow: 0px 6px 0px #1D3557;
border-radius: 10px;
margin: 50px 160px;
display: flex;
flex-direction: row;
padding: 23px 13px;
}
#card {
padding-left: 5px;
}
#per {
border-radius: 10px;
width: 183px;
height: 249px;
margin: 0;
}
#card-text {
font-family: 'Arial';
font-style: italic;
font-weight: 400;
font-size: 16px;
line-height: 18px;
text-align: center;
color: #1D3557;
}