-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain wp.html
41 lines (39 loc) · 1.22 KB
/
Main wp.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
<!DOCTYPE html>
<html>
<title>List of Horrid's Html codes</title>
<link rel="icon" type="image/x-icon" href="Suitcase.ico">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px black;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: red;
border-radius: 10px;
}
</style>
</head>
<body bgcolor="#15150D" text="#EE4380">
<center><h1>All my Projects go here!</h1>
<hr color="#9E67BC" size="5">
<hr color="#0355AA">
<font size="34">
<br><a href="Old .html">1. My Cringe school project probably even sucks</a></br>
<br><center><img src="Cringe.png" width="915" height="775">
<br> Tho it had some good memories and was fun making it. </br>
<br>
<br>
<br>
<br><a href="Discord Themes.html">2. My discord themes made a while ago</a></br>
<br><img src="Idk.jpeg" width="915" height="775">
<br> Feel free to give me your opinions about it. I am working on more! </br>
</body>
</html>