just i try anytype

This commit is contained in:
2026-08-01 04:17:50 +02:00
parent 4f6fafdaf0
commit edc3b819b5
2 changed files with 31 additions and 3 deletions
+11 -2
View File
@@ -3,13 +3,21 @@ html, body {
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
}
h1 {
color: #b2b2b2 ;
letter-spacing: 3px;
padding: 80px;
text-align: center;
}
h1:hover {
color: white;
font-size: 50px;
}
a {
color: #a34adb;
}
@@ -19,9 +27,10 @@ a {
position: fixed;
inset: 0;
display: flex;
align-items: center;
align-items: center;
/* padding: 20px; */
justify-content: center;
color: #fff;
color: #630101;
user-select: none;
pointer-events: none;
}