Advertisement
kangjaz

outline_css

Aug 29th, 2017
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. <style type="text/css">
  2.    h3 {
  3.       font-size: 50px;
  4.       color: #0485d7;
  5.       font-weight: bolder;
  6.       -webkit-text-stroke: 2px #f66509;
  7.    }
  8.  
  9.  
  10.    .stroke {
  11.       font-size: 50px;
  12.       color: transparent;
  13.       font-weight: bolder;
  14.       -webkit-text-stroke: 2px #004a96;
  15.    }
  16. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement