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 July 25, 2022 05:02
Morphing Blurry Background
<h1 class="title">
DJ Substance<p> Deep Progressive Trance
</h1>
<svg
class="morphing-svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 700 500"
style="enable-background:new 0 0 700 500"
xml:space="preserve"
@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>
@djsubstance
djsubstance / 2-a-visualizing-the-scene-transform.markdown
Created April 16, 2022 05:01
2.a. Visualizing the scene transform 🚀

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