Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

text outline css

h1 {
  /* Prefix required. Even Firefox only supports the -webkit- prefix */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #text #outline #css
ADD COMMENT
Topic
Name
7+8 =