line through in css

43

.p1{
  text-decoration: underline;
}
.p2{
  text-decoration: underline red wavy;
}
.p3{
  text-decoration: overline blue dotted;
}
.p4{
  text-decoration: line-through;
}
.p5{
  text-decoration: underline overline;
}

Comments

Submit
0 Comments