Guest User

Untitled

a guest
May 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. main {
  2. color: #fff;
  3. padding: 4em;
  4. border-radius: 1em;
  5. }
  6.  
  7. .overlay {
  8. width: 100%;
  9. height: 100%;
  10. background-color: rgba(0, 0, 0, 0.7);
  11. display: flex;
  12. flex-direction: row;
  13. justify-content: center;
  14. align-items: center;
  15. }
Add Comment
Please, Sign In to add comment