Skip to content

Instantly share code, notes, and snippets.

View colynb's full-sized avatar
🎯
Focusing

C Brown colynb

🎯
Focusing
View GitHub Profile
@colynb
colynb / bordered-with-arrows.sass
Last active September 11, 2016 20:56
CSS arrows w/borders
.box
background-color: #fff
border: solid 1px #ccc
border-radius: 8px
&::before,
&::after
border: solid transparent
content: ""
height: 0
@staltz
staltz / introrx.md
Last active May 3, 2024 13:00
The introduction to Reactive Programming you've been missing