generated from Digitalni-akademie-Web-Jaro-2020-Praha/Ukol-havaj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
104 lines (92 loc) · 1.39 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
html {
box-sizing: border-box;
}
*,
*:after,
*:before {
box-sizing: inherit;
margin: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
color: black;
font-weight: 400;
line-height: 1.2rem;
font-size: 16px;
background-color: black;
}
.dovolena {
background-image: url(images/aloha.jpg);
background-position: top;
background-repeat: no-repeat;
background-size: cover;
height: 560px;
width: 1000px;
display: block;
margin: auto;
margin-top: 8vh;
position: relative;
}
.uvod {
display: flex;
flex-direction: column;
}
h1 {
text-align: center;
color: white;
font-family: "Merienda", cursive;
font-size: 100px;
font-weight: 700;
margin-top: 10%;
}
h2,
.akce {
text-align: center;
color: white;
font-weight: 400;
}
h2 {
margin-top: 8%;
}
.akce {
margin-top: 6%;
}
.tlacitko {
display: block;
margin: auto;
width: 250px;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.1rem;
background-color: #f15f42;
color: white;
padding: 15px 26px;
border-radius: 5px;
cursor: pointer;
}
.opice1 {
height: 60%;
position: absolute;
bottom: -12%;
left: -15%;
}
.opice2 {
height: 60%;
position: absolute;
bottom: -12%;
right: -15%;
}
.bublina1,
.bublina3 {
height: 35%;
position: absolute;
bottom: -2%;
left: 27%;
}
.bublina2,
.bublina4 {
height: 35%;
position: absolute;
bottom: 4%;
right: 24%;
}