-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (40 loc) · 991 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Lajos-nap</title>
<style>
body{
background-image:url('lajos-nap.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-color:black;
width:100%;
background-size:100%;
color:#ddd092;
margin:0;
font-size: xx-large;
}
button:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
transition-duration: 0.4s;
}
button{
color:#0b0633;
background-color:rgba(234, 202, 42, 0.64);
border:0;
padding:2%;
width:100%;
font-size: xx-large;
}
</style>
</head>
<body>
<a name="#home"><h1 align="center">Lajos nap</h1></a>
<br>
<a href="kiserletezem.github.io/rovid_programok.html"><button style="position:relative; top:150px;">„Rövid” program</button></a>
<br>
<a href="folyamatos_programok.html"><button style="position:relative; top:500px;">Folyamatos programok</button></a>
<br>
<p style="position:fixed; bottom:0;width:100%"><i>Készítette: Robotika szakkör</i></p>
</body>
</html>