-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (59 loc) · 963 Bytes
/
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
body {
color: #282425;
background-color: #fff1e6;
font-family: 'Raleway', sans-serif;
font-size: 20px;
line-height: 1.5;
}
h1,
h2,
h3,
a {
color: #756158;
}
h1,
h2,
h3 {
font-family: 'Playfair Display', serif;
font-style: italic;
}
h1 {
font-size: 80px;
text-align: center;
}
h2 {
font-size: 48px;
text-align: center;
}
h3 {
font-size: 24px;
}
a {
font-style: italic;
}
.fotogalerie,
.kontakt {
background-color: #f9e3d0;
}
.paticka {
background-color: #282425;
color: white;
text-align: center;
}
.foto-omne {
width: 200px;
border-radius: 50%;
}
.fotogalerie img {
width: 32%;
border: 2px solid #756158;
border-radius: 10px;
}
.foto-pruvodce {
width: 350px;
border-radius: 0 50px 50px 50px;
}
.foto-kontakt {
width: 350px;
border-radius: 50px 0 50px 50px;
}