-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (46 loc) · 1.13 KB
/
index.html
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
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Maru – Výuka Squirtu</title>
<style>
body {
font-family: "Helvetica Neue", sans-serif;
margin:0;
padding:0;
background:#fafafa;
color:#333;
line-height:1.6;
}
header {
background:#ff89d1;
color:#fff;
padding:40px 20px;
text-align:center;
}
header h1 {
margin-bottom:10px;
font-size:2em;
}
header p {
font-size:1.2em;
}
.hero {
background:#ffe5f2;
padding:50px 20px;
text-align:center;
}
.hero h1 {
margin-bottom:20px;
font-size:2em;
}
.hero p {
font-size:1.1em;
margin-bottom:30px;
}
.hero button {
background:#ff89d1;
border:none;
padding:15px 30px;
color:#fff