Answers for "stroke to text in css"

CSS
0

css text stroke

.TEXT:hover{
  -webkit-text-stroke-width: 1px; /* 1px Stroke */
  -webkit-text-stroke-color: #ffffff; /* White Color */
  transition: 1s /* Displays in 1 Second */
}
Posted by: Guest on February-06-2021

Browse Popular Code Answers by Language