החלפת טקסט בעזרת CSS

PHOTO EMBED

Tue May 18 2021 17:13:30 GMT+0000 (Coordinated Universal Time)

Saved by @Shesek

.class{
 text-indent: -9999px;
 line-height: 0;
{



 your-class::after {
    content: "הטקסט שלך";
    text-indent: 0px;
    display: block;
    line-height: initial;
}
content_copyCOPY