Ravi Srinivasan
2019-01-30 94e74eafebe2e0ce00db5890dfe6ce1a04232d4b
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; } */