something

master
Tancre 3 years ago
parent 769f2e607f
commit c67a047c5c

@ -63,7 +63,7 @@ const corpi = {
id: 'Wordsflyaround', id: 'Wordsflyaround',
glyph: '🐦', glyph: '🐦',
title: 'Words fly around', 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: { 11: {
id: 'Ilinx', id: 'Ilinx',

@ -13,7 +13,7 @@
body { body {
max-width: 100vw; max-width: 100vw;
height: 100vh; height: 100vh;
background-color: #3434fb; background-color: #2f6bdd;
color: white; color: white;
font-family: "Courier New", Courier, monospace; font-family: "Courier New", Courier, monospace;
padding: 0; padding: 0;
@ -21,6 +21,10 @@ body {
cursor: url(https://www.dropbox.com/s/u76wca3a4weldmu/cursor%20black.png?raw=1), cursor: url(https://www.dropbox.com/s/u76wca3a4weldmu/cursor%20black.png?raw=1),
auto; auto;
overflow: auto !important; 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 { h1 {

Loading…
Cancel
Save