Answers for "font with border"

CSS
14

text border css

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

font border css

-webkit-text-stroke: 2px black; /* width and color */
Posted by: Guest on October-22-2021

Browse Popular Code Answers by Language