-
Notifications
You must be signed in to change notification settings - Fork 0
/
tonv.html
49 lines (48 loc) · 976 Bytes
/
tonv.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<script>
</script>
<style>
@import url("css/main.css");
*
{
padding: 0;
margin: 0;
z-index: 1;
}
img
{
width: 100%;
}
.text
{
position: fixed;
top: 50%;
transform: translate(0, -50%);
width: 100%;
padding: 5% 0;
background: #fff;
color: #000;
mix-blend-mode: screen;
text-align: center;
z-index: 99;
font-size: 2em;
}
</style>
</head>
<body>
<h2 class="text">Creativities</h2>
<img src="img/fantasy.jpg" alt="!"/>
<img src="img/lamp2.jpg" alt="!"/>
<img src="img/keyboard.jpg" alt="!"/>
<img src="img/code.jpg" alt="!"/>
<img src="img/room.jpg" alt="!"/>
<img src="img/way.jpg" alt="!"/>
<img src="img/pathInTheForest.jpg" alt="!"/>
<img src="img/book.jpg" alt="!"/>
<img src="img/board.jpg" alt="!"/>
</body>
</html>