Answers for "set border to text css"

CSS
14

text border css

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

how to add a black border around text css

h1 {
  text-shadow: 1px 1px #ffffff;
}
Posted by: Guest on December-03-2019

Browse Popular Code Answers by Language