forked from the-ramenator/the-ramenator.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperiments.html
86 lines (74 loc) · 2.16 KB
/
experiments.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
<!DOCTYPE html>
<html>
<head>
<title>Neildaniel00 - Experiments</title>
<link rel="icon" type="image/png" href="https://cdn1.iconfinder.com/data/icons/cursor-pointers/24/9-512.png" />
<style>
h1, h2, h3, h4, h5, h6 {
text-shadow:5px 5px 10px black;
font-family: 'Cabin Sketch', cursive;
background: rgb(0,255,246);
background: linear-gradient(90deg, rgba(0,255,246,1) 0%, rgba(72,252,70,1) 100%);
}
p {
font-family: 'Cabin Sketch', cursive;
font-size: 1.1rem;
text-shadow:5px 5px 10px black;
}
body, html {
background: rgb(0,255,246);
background: linear-gradient(90deg, rgba(0,255,246,1) 0%, rgba(72,252,70,1) 100%);
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: rgb(0, 255, 170);
color: black;
position: fixed;
top: 0;
width: 100%;
}
li {
float: left;
}
li a {
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #333;
color: white;
}
.active {
color: white;
background-color: #000000;
}
.ahrefs {
color: inherit;
}
</style>
</head>
<body>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="active" href="experiments.html">Experiments</a></li>
<li><a href="/clicker/game.html">Clicker Game!</a></li>
<li><a href="hackertyper.html">Hacker Typer</a></li>
<li><a href="rainbowshruggie.html">Rainbow Shruggie</a></li>
<li><a href="volumecalc.html">Volume Calculator</a></li>
</ul>
<div>
<center><strong><br><br><br>
<h1>Experiments</h1>
<p>My newest dumb idea:<a class="ahrefs" target="_blank" href="index.html">Nothing here yet...</a><br>Remember, it's not done yet.</p>
<br><br>
<p>A good friend of mine usernamed Shredder_ (website here: <a class="ahrefs" href="https://blaze8834.github.io/" target="_blank">https://blaze8834.github.io/</a>) made this awesome pen circles thingy.<a target="_blank" class="ahrefs" href="pen_circles.html">Click here to check it out!</a><br>
Good numbers to try: 100, 45, 90, 123, 75, 179, 876, and 50.
</center></strong>
</body>
</html>