I have this CSS:
h1::after{
content: "==========================";
position: absolute;
bottom: 5px;
left: 0;
display: 1;
}
h2::after{
content: "--------------------------";
position: absolute;
bottom: 5px;
left: 0;
display: 1;
}
My question is: How can I make it look like Firefox in Chrome?
Aucun commentaire:
Enregistrer un commentaire