set border around text in css code example
Example: how to make border for letters in css
h1 {
-webkit-text-stroke: 2px black; /* width and color */
font-family: sans; color: yellow;
}
h1 {
-webkit-text-stroke: 2px black; /* width and color */
font-family: sans; color: yellow;
}