Answers for "set border around text in css"

CSS
1

how to make border for letters in css

h1 {
    -webkit-text-stroke: 2px black; /* width and color */

    font-family: sans; color: yellow;
}
Posted by: Guest on June-06-2020

Browse Popular Code Answers by Language