Answers for "how to give stroke to text in html"

CSS
0

how to give text stroke in css

section .title h3
{
    font-weight: 500; /* ( optional ) */
    -webkit-text-stroke: 0.8px #8d8d8d !important; /* ( stroke weight + color ) */
}
Posted by: Guest on July-02-2021

Browse Popular Code Answers by Language