Answers for "how to make a text with a border around it in css"

CSS
14

text border css

h1 {
  -webkit-text-stroke: 1px black;
}
Posted by: Guest on April-08-2020

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

Browse Popular Code Answers by Language