Machen Sie den Text fett.
P粉724737511
P粉724737511 2023-07-18 21:47:10
0
1
699

Sieht so aus, als hätte ich kein Problem, aber ich muss es etwas gewagter machen.

.txt {
     font-weight: bolder;
     justify-content: left;
     text-align: left;
     margin-top: 100px;
    /* font-family: 'Redwinger Personal Use', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    */
     color: rgb(0, 0, 0);
     margin-bottom: 750px;
     margin-left: 25px;
}

Ich habe das Attribut „font-weight:“bolder“ ausprobiert, aber ich möchte, dass es fetter ist. Gibt es eine andere Möglichkeit?

P粉724737511
P粉724737511

Antworte allen(1)
P粉127901279
.txt {
    font-weight: 900;
    justify-content: left;
    text-align: left;
    margin-top: 100px;
    color: rgb(0, 0, 0); 
    margin-bottom: 750px;
    margin-left: 25px;                                
}

你可以用font-weight。

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage