Advertisement
OpataJoshua

Untitled

Aug 21st, 2022
805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1.  
  2. body{
  3.   background: #f5eeee;
  4. }
  5.  
  6. #app{
  7.   width: 100vw;
  8.   height: 100vh;
  9. }
  10.  
  11. .card{
  12.   background: white;
  13.   height: 70%;
  14.   width: 70%;
  15. }
  16.  
  17. .container{
  18.   height: 70%;
  19.   width: 70%;
  20.   background: purple;
  21. }
  22.  
  23. .center-your-child{
  24.   display: flex;
  25.   align-items: center;
  26.   justify-content: center;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement