Guest User

Untitled

a guest
Nov 17th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. body {
  2. background: black;
  3. }
  4. div{
  5. margin-top:50px;
  6. }
  7. .sexy_line{
  8. display:block;
  9. border:none;
  10. color:white;
  11. height:1px;
  12. background:black;
  13. background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#fff), to(#000));
  14. }
Add Comment
Please, Sign In to add comment