Skip to content

Instantly share code, notes, and snippets.

@prabby
prabby / index.haml
Created September 22, 2022 23:03
Particle Orb CSS
%div.wrap
-300.times do
%div.c
@prabby
prabby / index.pug
Created September 22, 2022 23:07
Navigation PageDesign/Lesson
sectio.nav
h1 FRONTEND TRENDS
h3.span.loader
span.m B
span.m E
span.m N
span.m E
span.m F
span.m I
span.m T
@prabby
prabby / index.slim
Created September 22, 2022 23:16
New cube thingy
// 27 small cubes to make one larger cube
<section class="abs-center container">
- for i in (1..27)
<div class="cube cube#{i}">
<div class="front"></div>
<div class="left" ></div>
<div class="top" ></div>
</div>
</section>
@prabby
prabby / index.html
Created September 22, 2022 23:38
Single Element CSS-Only Absolute Center Overlay Spinner
<div class="loading">Loading&#8230;</div>