Skip to content

Instantly share code, notes, and snippets.

View djsubstance's full-sized avatar
💭
Spreading Hack/Phreak info since 95 [9x / EFnet]

9x Datakit Network / Substance djsubstance

💭
Spreading Hack/Phreak info since 95 [9x / EFnet]
View GitHub Profile
@djsubstance
djsubstance / index.html
Created April 8, 2022 22:36
Ribbon Preloader
<div class="pl"></div>

Absolute Centering

Perfect horizontal AND vertical centering in CSS, at any width or height!

Works with percentage based width/height, min-/max- width, images, position: fixed and even variable content heights.

Updated Aug 13: Added a comparison table, an explanation, more documentation, and a Modernizr test for variable height

Updated Aug 16: Minor corrections and clarifications

@djsubstance
djsubstance / 2-a-visualizing-the-scene-transform.markdown
Created April 16, 2022 05:01
2.a. Visualizing the scene transform 🚀
@djsubstance
djsubstance / index.html
Created April 27, 2022 17:10
Iris Door (hexagonal) - Pure CSS
<div class="content">
<div class="door">
<div class="panel"></div>
<div class="panel"></div>
<div class="panel"></div>
<div class="panel"></div>
<div class="panel"></div>
<div class="panel"></div>