8
|
1 <!DOCTYPE html>
|
10
|
2 <!-- i spent way too long making this look decent -->
|
8
|
3 <head>
|
10
|
4 <title>Paper's website</title>
|
8
|
5 <style>
|
11
|
6 .wrapper {
|
|
7 height: 100%;
|
|
8 width: 100%;
|
|
9 left:0;
|
|
10 right: 0;
|
|
11 top: 0;
|
|
12 bottom: 0;
|
|
13 position: absolute;
|
|
14 background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
|
|
15 background-size: 1800% 1800%;
|
|
16 -webkit-animation: rainbow 18s ease infinite;
|
|
17 -z-animation: rainbow 18s ease infinite;
|
|
18 -o-animation: rainbow 18s ease infinite;
|
|
19 animation: rainbow 18s ease infinite;
|
|
20 z-index: -1;
|
|
21 }
|
|
22 @-webkit-keyframes rainbow {
|
|
23 0%{background-position:0% 82%}
|
|
24 50%{background-position:100% 19%}
|
|
25 100%{background-position:0% 82%}
|
|
26 }
|
|
27 @-moz-keyframes rainbow {
|
|
28 0%{background-position:0% 82%}
|
|
29 50%{background-position:100% 19%}
|
|
30 100%{background-position:0% 82%}
|
|
31 }
|
|
32 @-o-keyframes rainbow {
|
|
33 0%{background-position:0% 82%}
|
|
34 50%{background-position:100% 19%}
|
|
35 100%{background-position:0% 82%}
|
|
36 }
|
|
37 @keyframes rainbow {
|
|
38 0%{background-position:0% 82%}
|
|
39 50%{background-position:100% 19%}
|
|
40 100%{background-position:0% 82%}
|
8
|
41 }
|
10
|
42 div.box {
|
|
43 padding: 10px;
|
|
44 border: 2px solid black;
|
|
45 margin: auto;
|
|
46 width: 300px;
|
|
47 height: 200px;
|
|
48 background-color: white;
|
|
49 color: black;
|
|
50 text-shadow: none;
|
|
51 box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
|
8
|
52 }
|
11
|
53 div.disclaimer {
|
|
54 left: 5px;
|
|
55 bottom: 5px;
|
|
56 position: absolute;
|
|
57 }
|
8
|
58 </style>
|
10
|
59 <link rel="stylesheet" href="style.css">
|
8
|
60 </head>
|
|
61 <body>
|
11
|
62 <div class="wrapper"></div>
|
10
|
63 <h1>Heys!</h1>
|
|
64 <h2>welcome to MY AWESOME WEBSITE</h2>
|
|
65 <div class="box">
|
|
66 <h2>ABOUT ME!!!</h2>
|
|
67 <p>most people know me from <a style="color:blue;" href="https://youtube.com/c/paperytpmv">ytpmv</a>, but i also make <a style="color:blue;" href="https://modarchive.org/index.php?request=view_profile&query=92603">modules</a></p>
|
|
68 <p>member (owner?) of <a style="color:red;" href="https://1123.best">1123</a></p>
|
|
69 </div>
|
|
70 <p style="font-size:16px;"><a style="color:skyblue;" href="https://twitter.com/intent/user?user_id=858179488970100736">Twitter</a> <a style="color:gray" href="https://steamcommunity.com/id/nikolaicube/">Steam</a> <a style="color:red;" href="https://youtube.com/paperytpmv">YouTube</a></p>
|
|
71 <p style="line-height:10px;">
|
|
72 <a href="https://7-zip.org/"><img src="https://www.7-zip.org/logos/7zlogo01.png" width="88" height="31"></a>
|
|
73 <a href="https://openmpt.org/"><img src="https://openmpt.org/img/openmpt-button-1.png" width="88" height="31"></a>
|
|
74 <a href="https://www.foobar2000.org/"><img src="https://www.foobar2000.org/button.png" width="88" height="31"></a><br><br>
|
|
75 <a href="https://modarchive.org/"><img src="img/modarchive.gif" width="88" height="31"></a>
|
|
76 <img src="img/brow.gif" width="88" height="31">
|
|
77 <a href="https://1123.best"><img src="https://1123.best/img/1123button.gif" width="88" height="31"></a><br><br>
|
|
78 <img src="img/1080p.gif" width="88" height="31">
|
|
79 <a href="https://cock.li"><img src="img/cockli.png" width="88" height="31"></a>
|
|
80 <img src="img/h-free-anim.gif" width="88" height="31">
|
|
81 </p>
|
8
|
82 <p><a href="cool.html">cool shit</a></p>
|
11
|
83 <div class="disclaimer">rainbow css stolen from <a href="https://codepen.io/nohoid/pen/kIfto">here</a></div>
|
8
|
84 </body>
|