-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnatura.html
More file actions
66 lines (66 loc) · 1.85 KB
/
natura.html
File metadata and controls
66 lines (66 loc) · 1.85 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Natura - Stefan Miscodan</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.png">
<style>
.naturegrid1{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.naturegrid2{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.naturegrid1 img:hover{
width: 600px;
height:400px;
z-index: 3;
}
.naturegrid2 img:hover{
width: 400px;
height:600px;
z-index: 3;
}
</style>
</head>
<body>
<div class="o-page-loader">
<div class="o-page-loader--content">
<div class="o-page-loader--spinner"></div>
<div class="o-page-loader--message">
<span>Se încarcă...</span>
</div>
</div>
</div>
<div class="topnav">
<a href="index.html">Acasa</a>
<a href="contact.html">Contacteaza-ma</a>
<a href="about.html">Despre mine</a>
</div>
<div class="header">
<h1>Natura</h1>
</div>
<div class="naturegrid1">
<img src="poze/natura/poza1.jpg">
<img src="poze/natura/poza2.jpg">
<img src="poze/natura/poza3.jpg">
<img src="poze/natura/poza4.jpg">
<img src="poze/natura/poza6.jpg">
<div class="naturegrid2">
<img class="imgvertical" src="poze/natura/poza7.jpg">
<img class="imgvertical" src="poze/natura/poza8.jpg">
<img class="imgvertical" src="poze/natura/poza9.jpg">
<img class="imgvertical" src="poze/natura/poza10.jpg">
<img class="imgvertical" src="poze/natura/poza5.jpg">
</div>
</div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>