Ravi Srinivasan
2018-12-19 a069580026fa2447be477267f1aeb2d8f3659fde
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; } */