Advertisement · 728 × 90

Posts by Kevin Lee Drum

Ok, hear me out. A Lord of the Rings remake, but with these two taking the One Ring to Mordor:

7 months ago 3 0 0 0

🫖

7 months ago 0 0 0 0

I grabbed an electric fence to prove to my friends that it wasn't on.

11 months ago 0 0 0 0

I believe it's because `typeof new Box(100)` is still "object", so the SameValueNonNumber operation returns false. tc39.es/ecma262/mult...

11 months ago 3 0 1 0

Awesome list. Also maybe The Young Ones (2014).

11 months ago 1 0 1 0
Preview
A bookmarklet for clearing cookies for the current page | Henry From Online A quick note about bookmarklets and cookies. It's about a 3 minute read.

🔖 here’s a little bookmarklet to let you quickly clear the cookies on a page without developer tools or incognito mode.

henry.codes/writing/a-bo...

11 months ago 47 8 0 0

If you see this, post your getaway vehicle

11 months ago 2 0 0 1

name a sci-fi show that is NOT Star Trek

11 months ago 2 0 0 1
Advertisement
Video

"Creative Black Hole" by Antoine Wodniack

codepen.io/wodniack/pen...

1 year ago 16 1 0 0

I recognized the graphic right away. RIP

1 year ago 2 0 0 0

className is a lie

1 year ago 4 0 1 0
Video

#CSS sibling-index() and sibling-count()
available Chrome Canary with experiments enabled!

easily stagger effects like:
`transition-delay: calc(sibling-index() * .1s);`

more info and a Codepen to fork
⤷ nerdy.dev/sibling-index

1 year ago 241 28 9 7

Great points throughout! Having built a web component library, I know how tricky it can be. I'd be curious to see how you'd tackle a data table. Creating replacements for tr, td, etc. is not ideal for a11y, but rendering native elements from data passed to a root component is rigid & complex.

1 year ago 1 0 0 0

Same.

bsky.app/profile/kld....

1 year ago 3 0 0 0
Overview of the CSS code from the link in the post

Overview of the CSS code from the link in the post

An image with a corner-only decoration

An image with a corner-only decoration

💡 CSS Tip!

A few lines of CSS and you have a nice corner-only border.

css-tip.com/corner-only-...

#CSS

1 year ago 54 10 0 0
Advertisement

We were trying the Post Malone Oreos (meh), which led me to pulling up the Wikipedia page for Hydrox cookies. And get this: Oreos are imitation Hydrox, not the other way around. My world has been turned upside-down.

1 year ago 0 0 0 0

Missing the big game bc I’m paddling a boat across the subterranean lake beneath the Paris opera house

1 year ago 152 25 5 0

The Cursive Song ♥️

1 year ago 0 0 0 0
1 year ago 0 0 0 0

too lazy?
watch.

1 year ago 255 33 10 0
Preview
a man in a military uniform is standing in a room with flags and says `` right to jail , right away '' . ALT: a man in a military uniform is standing in a room with flags and says `` right to jail , right away '' .
1 year ago 5 0 0 0
black and white lines mingling with excitement, illustrator, processing

black and white lines mingling with excitement, illustrator, processing

Joy

1 year ago 17 1 0 0

👏👏👏

1 year ago 1 0 0 0
Advertisement
Preview
a man in a red shirt is standing in a field with the word tremors on the bottom right Alt: A clip from the movie Tremors: Kevin Bacon's character watches in shock as something tunnels toward him in the ground
1 year ago 1 0 0 0
Preview
Building a progress-indicating scroll-to-top button in HTML and CSS - Manuel Matuzovic I'm a frontend developer in Graz, specialized in HTML, accessibility, and CSS layout and architecture.

I just love what CSS can do today. In this blog post, I explain how to create a scroll-to-top button that indicates the scroll position only with HTML and CSS.

matuzo.at/blog/2025/sc...

1 year ago 80 10 3 0
Video

Playing around with some SVG turbulence + displacement map + mask effects.

1 year ago 0 0 0 0

Once again, I am eating the hot dog stalagmites from under the rollers at 7-11 just to feel something.

1 year ago 63 7 5 0

CompuServe. You can pick up a free trail at Circuit City.

1 year ago 9 0 0 0
Video

Did you know you can center both vertically and horizontally in CSS now, without Flexbox or Grid?

Throw this on your block level element, and it works:

align-content: center;
justify-items: center;

And my trick to remembering it's those properties? It's the ones I never use normally 😆

1 year ago 302 42 18 6
CSS property: align-content: Supported in Block Layout | Can I use... Support tables for HTML5, CSS3, etc

I believe this is a relevant caniuse for anyone else who is wondering: caniuse.com/mdn-css_prop...

1 year ago 2 0 0 0