Answers for "how to make a text with a border 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

Code answers related to "how to make a text with a border in css"

Browse Popular Code Answers by Language