Donal Spring
2018-08-09 ea27f4efc4527a58db60e678a2ecb12f19e4917a
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; } */