just i try anytype
This commit is contained in:
+20
-1
@@ -18,7 +18,26 @@
|
|||||||
▀
|
▀
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="bg-test" style="color: #3f0000; font-size: 20px">
|
||||||
|
<pre>
|
||||||
|
|
||||||
|
╔══ ══╗
|
||||||
|
║ ║
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
║ ║
|
||||||
|
╚══ ══╝
|
||||||
|
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
<h1>FREEDOM OF THE MIND</h1>
|
<h1>FREEDOM OF THE MIND</h1>
|
||||||
<div name=""> <a href="https://freespace.pw">FreeSpace.pw</a> </div>
|
<div>
|
||||||
|
My contact:
|
||||||
|
|
||||||
|
Matrix - <div class="contact">@own:freespace.pw</div>
|
||||||
|
Mail - <div class="contact">@freespace.pw</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -3,13 +3,21 @@ html, body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
color: #b2b2b2 ;
|
||||||
|
letter-spacing: 3px;
|
||||||
padding: 80px;
|
padding: 80px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1:hover {
|
||||||
|
color: white;
|
||||||
|
font-size: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #a34adb;
|
color: #a34adb;
|
||||||
}
|
}
|
||||||
@@ -19,9 +27,10 @@ a {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
/* padding: 20px; */
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: #fff;
|
color: #630101;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user