-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (61 loc) · 1.4 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
<!DOCTYPE html>
<html lang="pl">
<head>
<title>Zdeb Photography</title>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="js/showing.js"></script>
<style type="text/css">
.menu_link{
color:white;
margin-left: 1%;
}
.side_menu{
color:white;
}
.side_menu a{
color:white;
}
.side_menu a:link{
color:white;
}
.side_menu a:hover{
color:white;
}
.side_menu a:active{
color:white;
}
.side_menu{
margin-right: 47%;
margin-left: 0;
left: -300px;
margin-top: 1%;
}
.side_menuA{
left: 0 !important;
}
html{
position: static !important;
}
</style>
</head>
<body>
<div class="container">
<section id="1" class="window">
<div class="menu_link">MENU</div>
<div class="side_menu"><ul>
<li><a href="gallery2.html">GALLERY</a></li>
<li><a href="contact.php">CONTACT</a></li>
<li><a href="offert.html">OFFERT</a></li>
</ul></div>
<p class="front-text">ZDEB PHOTOGRAPHY</p>
</section>
<section id="2" class="window">
</section>
<section id="3" class="window">
</section>
</div>
</body>
</html>