Horje
text in border Code Example
text border css
h1 {
  -webkit-text-stroke: 1px black;
}
css text border
h1 {
  color: white;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}
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;
text in border
<fieldset>
  <legend>Login</legend> 
  <div style="overflow-x:auto;">
<TABLE class="w3-table w3-striped w3-bordered w3-border w3-white">
    <tr><td>Username</td><td><input type="text"></td></tr>
    <tr><td>Password</td><td><input type="text"></td></tr>
  </table>
</fieldset>




Html

Related
html to pdf npm Code Example html to pdf npm Code Example
html. strong Code Example html. strong Code Example
input field html for date Code Example input field html for date Code Example
how to scrool some photos in html Code Example how to scrool some photos in html Code Example
how to delete a html tag element in react Code Example how to delete a html tag element in react Code Example

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