Skip to content

Instantly share code, notes, and snippets.

@bebetor
bebetor / index.pug
Created February 26, 2022 08:40
Scroll Snap Experiment
main
section.pane
h1 Adventure Awaits
ul.carousel
button.theme-toggle
| Toggle Theme
@bebetor
bebetor / index.html
Created February 26, 2022 06:37
Lotsa Notifications
<svg display="none">
<symbol id="clock" viewBox="0 0 32 32" >
<circle r="15" cx="16" cy="16" fill="none" stroke="currentColor" stroke-width="2" />
<polyline points="16,7 16,16 23,16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</symbol>
<symbol id="error" viewBox="0 0 32 32" >
<circle r="15" cx="16" cy="16" fill="none" stroke="hsl(13,90%,55%)" stroke-width="2" />
<line x1="10" y1="10" x2="22" y2="22" stroke="hsl(13,90%,55%)" stroke-width="2" stroke-linecap="round" />
<line x1="22" y1="10" x2="10" y2="22" stroke="hsl(13,90%,55%)" stroke-width="2" stroke-linecap="round" />
</symbol>