Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. .container{
  2. width: 300px;
  3. height: 825px;
  4. background-color: #121212;
  5. position: absolute;
  6. top:0;
  7. bottom: 0;
  8. left: 0;
  9. right: 0;
  10. margin: auto;
  11. border-radius: 20px;
  12. }
  13.  
  14. .light{
  15. width: 240px;
  16. height: 240px;
  17. border-radius: 240px;
  18. background-color: #121212;
  19. border: 6px solid white;
  20. margin: 15px auto 0 auto;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement