-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollege volg.html
81 lines (71 loc) · 1.4 KB
/
college volg.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
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>college Vlog</title>
<style>
html{
height: 100%;
overflow:hidden;
}
body{
color: #fff;
margin: 0;
padding: 0;
perspective: 1px;
transform-style: preserve-3d;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
header{
box-sizing: border-box;
min-height: 100vh;
padding: 30vw 0 5vw;
position:relative;
transform-style: inherit;
width: 100vw;
}
header h1{
margin-top: -100px;
}
header, header::before{
background: 50% 50%/cover;
}
header::before{
bottom:0;
content: "";
left:0;
position:absolute;
right: 0;
top:0;
display: block;
background-image: url("images/campus.jpg");
background-size: cover;
transform-origin: center center 0;
transform: translateZ(-1px) scale(2);
z-index: -1;
min-height: 100vh;
}
header * {
letter-spacing: 0.2em;
text-align: center;
margin: 0;
padding: 1em 0;
}
a:hover{
color:yellowgreen;
}
a{
color: aliceblue;
}
</style>
</head>
<body>
<header><h1>JAB CAMPUS HI NHI GYA TOH COLLEGE KI VLOG KAISE BANNAU :'''')</h1><br><br>
<p><h1>:"")<a href="index.html">Home</a></h1></p>
</header>
</body>
</html>