something

master
Tancre 3 years ago
parent 769f2e607f
commit c67a047c5c

@ -63,7 +63,7 @@ const corpi = {
id: 'Wordsflyaround',
glyph: '🐦',
title: 'Words fly around',
content: '???????'
content: 'Oh, look at the wifi: words fly around!<br><br>Anyway, this is an "untitled" project from Poni.<br>"untitled" because it sounds more esoteric.'
},
11: {
id: 'Ilinx',

@ -13,7 +13,7 @@
body {
max-width: 100vw;
height: 100vh;
background-color: #3434fb;
background-color: #2f6bdd;
color: white;
font-family: "Courier New", Courier, monospace;
padding: 0;
@ -21,6 +21,10 @@ body {
cursor: url(https://www.dropbox.com/s/u76wca3a4weldmu/cursor%20black.png?raw=1),
auto;
overflow: auto !important;
background-image: radial-gradient(currentColor 1px, transparent 1px),
radial-gradient(currentColor 1px, transparent 1px);
background-size: calc(20 * 1px) calc(20 * 1px);
background-position: 0 0, calc(10 * 1px) calc(10 * 1px);
}
h1 {

Loading…
Cancel
Save