Guest User

Untitled

a guest
Nov 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .body {
  2. position: absolute;
  3. top: 100px;
  4. left: 100px;
  5.  
  6. width: 200px;
  7. height: 130px;
  8.  
  9. background: #444;
  10. border-radius: 14px;
  11. }
  12.  
  13. .flash {
  14. position: absolute;
  15. width: 110px;
  16. height: 80px;
  17. left: 50%;
  18. top: -20px;
  19. margin-left: -55px;
  20.  
  21. background: inherit;
  22. border-radius: 12px;
  23. }
  24.  
  25. .lens {
  26. position: absolute;
  27. border: 18px solid white;
  28. border-radius: 100px;
  29. width: 70px;
  30. height: 70px;
  31.  
  32. left: 50%;
  33. top: 50%;
  34. margin-left: -53px;
  35. margin-top: -54px;
  36.  
  37. }
Add Comment
Please, Sign In to add comment