-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (53 loc) · 1.05 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Szymon Newel</title>
<style>
*{
background-color: cyan;
}
#kalk
{
width: 100%;
height: 300px;
padding-top: 150px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#cos1
{
color: blue;
font-size: 25px;
display: flex;
align-items: center;
justify-content: center;
}
#cos2
{
font-size: 30px;
display: flex;
align-items: center;
justify-content: center;
}
#cos3
{
font-size: 15px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
</style>
</head>
<body>
<div id="kalk">
<div id="cos1">
By przejść do formularza kliknij poniżej
</div>
<div id="cos2">
<a href="formularz.html">formularz</a>
</div>
</div>
<div id="cos3">
Informacje o twórcy strony --->
<a href="szymek.html">kliknij</a>
</div>
</body>
</html>