Ryan DeBeasi
2019-03-22 e209d3f370e3910ffe11cb5b230676021f854bdd
1
2
3
4
5
6
7
8
9
p.tip {
  border-left-color: #f66;
}
p.tip:before {
  content: "!";
  background-color: #f66;
}
 
/* iframe { height: -webkit-fill-available; } */