-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
170 lines (157 loc) · 3.97 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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!doctype html>
<html>
<head>
<title>MInihry pro zabavu</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@font-face {
font-family: "Exo 2";
src: url("Exo2-VariableFont_wght.ttf");
}
body {
margin: 0;
padding: 0;
font-family: 'Exo 2', sans-serif;
}
header {
background-color: #333;
color: #fff;
padding: 10px;
text-align: center;
}
h1 {
font-family: Exo 2;
}
h3 {
font-family: "Exo 2", Tahoma, Geneva, Verdana, sans-serif;
font-size: 1.5em;
margin-top: 20px;
margin-bottom: 10px;
}
nav {
background-color: #f2f2f2;
display: flex;
flex-wrap: wrap;
padding: 10px;
}
@keyframes animatedBackground {
0% { background-color: #ff0000; }
25% { background-color: #00ff00; }
50% { background-color: #0000ff; }
100% { background-color: #ff0000; }
}
body {
animation: animatedBackground 40s linear infinite;
}
a {
color: #333;
text-decoration: none;
padding: 10px;
margin-right: 10px;
border-radius: 5px;
background-color: #fff;
box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
a:hover {
background-color: #333;
color: #fff;
}
</style>
</head>
<body>
<header>
<h1>Minihry Pro zabavu</h1>
</header>
<nav>
<a href="index.html">Hlavní strana</a> <!--odkaz na kontakty.html-->
</nav>
<div style="margin-left:10px">
<h1>Seznam miniher:</h1>
<div style="margin-top:30px;">
<style>
.button {
background-color: white;
color: black;
padding: 8.5px;
margin-right: 10px;
border-radius: 5px;
box-shadow: 0px 0px 5px rgba(0,0,0,.3);
transition-duration: 0.4s;
}
.button:hover {
background-color: darkcyan;
color: white;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
</style>
<a href="areyougay.html" class="button" target="_blank">Are you gay?</a>
<h4>Jedná se o jednoduchou minihru, která ověří, jestli jste 🏳️🌈 nebo ne! Protože v ní jde hlavně o práci s myší, lze jí hrát pouze na počítači.</h4>
<div style="margin-top:30px;">
<style>
.button {
background-color: white;
color: black;
padding: 8.5px;
margin-right: 10px;
border-radius: 5px;
box-shadow: 0px 0px 5px rgba(0,0,0,.3);
transition-duration: 0.4s;
}
.button:hover {
background-color: darkslateblue;
color: white;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
</style>
<a href="knp.html" class="button" target="_blank">Kámen, Nůžky, Papír</a>
<h4>Pojď si zahrát mojí verzi této lety ověřené hry, kde budeš hrát v napínavém souboji proti botovi! Tuhle hru můžeš hrát na čemkoliv, co má obrazovku!</h4>
<div style="margin-top:30px;">
<style>
.button {
background-color: white;
color: black;
padding: 8.5px;
margin-right: 10px;
border-radius: 5px;
box-shadow: 0px 0px 5px rgba(0,0,0,.3);
transition-duration: 0.4s;
}
.button:hover {
background-color: darkslateblue;
color: white;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 30%;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
</style>
<a href="guessnumber.html" class="button" target="_blank">Uhodni číslo!</a>
<h4>Pojď si zkusit uhádnout číslo! Můžeš si i nastavit obtížnost!</h4>