Guest User

Untitled

a guest
Jan 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. // Kirjautessa
  2.  
  3. .authContainer {
  4. height: 100%;
  5. position: relative;
  6. text-align: center;
  7. border: 3px solid blue;
  8. }
  9.  
  10. .middle {
  11. height: 100%;
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. border:3px solid white;
  16. }
  17.  
  18. .inner {
  19. margin-left: 0;
  20. margin-right: 0;
  21. width: 320px;
  22. background-color: rgba(0, 0, 0, 0.7);
  23. border: 1px solid var(--main-highlight-color);
  24. border-radius: 5px;
  25. box-shadow: rgba(34, 34, 34, 0.4) 15px 15px 15px;
  26. color: var(--main-highlight-color);
  27. font-size: 1.2rem;
  28. margin: var(--margin);
  29. }
Add Comment
Please, Sign In to add comment