Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tattwamasi on github.
  • I am ra (https://keybase.io/ra) on keybase.
  • I have a public key whose fingerprint is 18A9 C90B 542F 8825 A178 269E 013E 6FEE 3382 6386

To claim this, I am signing this object:

@tattwamasi
tattwamasi / css-selectors.md
Created January 24, 2017 11:52 — forked from magicznyleszek/css-selectors.md
CSS Selectors Cheatsheet

CSS Selectors Cheatsheet

Element selectors

Element -- selects all h2 elements on the page

h2 {
    foo: bar;
@tattwamasi
tattwamasi / index.html
Created July 10, 2025 00:00
Neon Glass Context Menu
<main id="app">
<header>
<h1>Neon Glass Context menu</h1>
<p>Right-click to open</p>
</header>
<footer class="dark">
<h2>Pick your own colors!</h2>
<input type=range id="h1" min=0 max=360 value=255 />
@tattwamasi
tattwamasi / index.html
Created July 10, 2025 00:01
Sunny Beach Day Vibes (Neon with Waves)
<div style="--i:0;" class="blur root">
<div style="--i:1;">
<div style="--i:2;">
<div style="--i:3;">
<div style="--i:4;">
<div style="--i:5;"></div>
</div>
</div>
</div>
</div>