-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintervention2.html
147 lines (121 loc) · 3.56 KB
/
intervention2.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!doctype html>
<html>
<head>
<title>As You Scroll2</title>
<link rel="shortcut icon" href="milk.png">
<style>
body {
position: absolute;
color:black;
background-color:white;
text-shadow: 1px 3px 20px #fcca03;
border: 0px solid black;
width: 900px;
left: 10px;
top: 10px;
font-size: 100px;
line-height: 60px;
font-family: Heebo, sans-serif;
text-transform: uppercase;
text-align: center;
z-index: 10;
}
#maltesedescript {
position: absolute;
color:white;
/* background-color:black; */
text-shadow: 1px 3px 10px black;
border: 0px solid black;
width: 300px;
left: 500px;
top: 80px;
font-size: 100px;
line-height: 100px;
text-transform: lowercase;
font-family: Neonderthaw, serif;
text-align: center;
z-index: 10;
}
#fun {
position: absolute;
color:#10c1e0;
/* background-color:#10c1e0; */
text-shadow: 1px 3px 10px red;
border: 0px solid black;
width: 300px;
left: 500px;
top: 1300px;
font-size: 100px;
font-family: Rubik Beastly, sans-serif;
text-align: center;
z-index: 10;
}
#woof:link {
color:red;
}
#woof:hover {
color:black;
}
#woof:visited {
color:red;
}
img {
position: absolute;
top: 50px;
right: 500px;
width: 500px;
opacity:1;
/* border-radius: 200px 200px 200px 200px; */
}
#headbar {
/* position: static; */
top:0px;
left:0px;
width: 1800px;
}
#content {
top: 270px;
left: 420px;
width: 850px;
}
#content2 {
top: 430px;
left: 600px;
width: 1200px;
}
#content3 {
top: 870px;
left: 550px;
width: 1200px;
}
iframe {
position: fixed;
width: 20vw;
top: 620px;
right: 150px;
border-radius: 10px 10px 10px 10px;
}
#maltesedescript {
z-index: 10;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="first2.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@900&family=Neonderthaw&family=Noto+Serif+Display:wght@200&family=Outfit:wght@100&family=Rubik+Beastly&display=swap" rel="stylesheet">
<body>
<!-- https://en.wikipedia.org/wiki/Maltese_dog -->
<!-- <div>The Maltese <br> is a breed of dog in the toy group. It is thought to have <span id=fun>originated in south-central Europe</span> from dogs of spitz type.</div> -->
<!-- <div id=maltesedescript>Despite the name, it has no verified historic or scientific connection to the island of Malta.</div> -->
<!-- <div>It traditionally has a silky, pure-white coat, hanging ears and a tail that curves over its back, and weighs up to 3.6 kilograms (8 lb).</div> -->
<!-- This website is not <a href="https://www.google.com/search?q=perfect&oq=perfect&aqs=chrome..69i57j46i512j46i175i199i512j0i512l4j69i61.2336j0j7&sourceid=chrome&ie=UTF-8">( )</a>. And I ( ) it. I hate perfect things. -->
<!-- <a id=woof href=goodnight.html>Go to sleep!</a> -->
<!-- <a id=woof href="https://">woof</a> -->
<img id=headbar src="insta1.png">
<img id=content src="insta-08.png">
<img id=content2 src="insta-09.png">
<img id=content3 src="insta2-09.png">
</body>
</html>