Skip to content

Instantly share code, notes, and snippets.

View moeyua's full-sized avatar
:shipit:
Without a doubt, this is a hamster.

Moeyua moeyua

:shipit:
Without a doubt, this is a hamster.
View GitHub Profile
@addyosmani
addyosmani / README.md
Last active May 16, 2026 20:29 — forked from 140bytes/LICENSE.txt
108 byte CSS Layout Debugger

CSS Layout Debugger

A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.

One-line version to paste in your DevTools

Use $$ if your browser aliases it:

~ 108 byte version

@Ynng
Ynng / custom.css
Last active July 19, 2026 17:52
vscode vtuber logo
.editor-group-watermark > .letterpress{
background-image: url("https://raw.githubusercontent.com/Aikoyori/ProgrammingVTuberLogos/main/VSCode/VSCode-Thick.png") !important;
opacity: .75;
aspect-ratio: 3/2 !important;
}