-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
61 lines (54 loc) · 1.15 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
body{
font-family: 'Lora', serif;
text-align: center;
color: #2b2d42;
background: #edf2f4;
}
h1,h2,h3,p {
text-shadow: 0px 0px 1px #ef233c;
}
.header{
background-image: url("images/main\ header.jpg");
background-size: cover;
background-repeat: no-repeat;
height: fit-content;
padding: 70px 50px;
margin-bottom: 70px;
}
.btn{
background: #caf0f8;
border-radius: 30px;
border-color: #8d99ae;
font-family: 'Lora', serif;
color: #2b2d42;
text-shadow: 0px 0px 1px #ef233c;
font-size: 40;
font-weight: bold;
}
.opera,.danube,.prater,.schonbrunn,.stephansdom{
display: flex;
justify-content: left;
align-items: center;
}
#opera,#danube,#prater,#schonbrunn,#stephansdom{
width: 300px;
border-radius: 50%;
border: 2px solid black;
margin: 20px 20px;
}
.avatar {
width: 150px;
border-radius: 50%;
}
.footer {
margin: 70px auto;
padding: 10px;
display: flex;
justify-content: space-around;
text-align: center;
background: #caf0f8;
color: #2b2d42;
text-shadow: 0px 0px 1px #ef233c;
border: 2px solid #8d99ae;
border-radius: 50px;
}