Horje
put an border around an text in css Code Example
text border css
h1 {
  -webkit-text-stroke: 1px black;
}
how to add a border around text in html
<p style="border:3px; border-style:solid; border-color:#FF0000; padding: 1em;">
  First example with text surrounded by a red border.<br>This example also has multiple lines.
</p>
put an border around an text in css
text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;




Css

Related
word wrap in css Code Example word wrap in css Code Example
html css add Avenir light font Code Example html css add Avenir light font Code Example
css how to make something italized Code Example css how to make something italized Code Example
footer at bottom of body Code Example footer at bottom of body Code Example
sticky footer Code Example sticky footer Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11