“berbaris di CSS” Kode Jawaban

berbaris di CSS

x {
  text-decoration: line-through;
}
Ugly Unicorn

CSS Strikethrough HTML Text

style="text-decoration: line-through;"
Poised Penguin

Line CSS

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)
  );
}
Blue Baboon

berbaris di CSS

.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;
}
Glorious Gnat

Jawaban yang mirip dengan “berbaris di CSS”

Pertanyaan yang mirip dengan “berbaris di CSS”

Lebih banyak jawaban terkait untuk “berbaris di CSS” di CSS

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya