se répandre dans CSS
x {
text-decoration: line-through;
}
Ugly Unicorn
x {
text-decoration: line-through;
}
style="text-decoration: line-through;"
hr.hr-1 {
margin: 100px;
border: 0;
height: 1px;
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.75),
rgba(0, 0, 0, 0)
);
}
.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;
}