Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. .problem-container {
  2. width: 90vw;
  3. margin: auto;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. }
  8.  
  9. .problem-solution, .user-research {
  10. display: flex;
  11. flex-direction: row;
  12. border: 1px solid red;
  13. }
  14.  
  15. .top, .bottom {
  16. display: flex;
  17. margin: 2vh;
  18. }
  19.  
  20. .column {
  21. flex-direction: column;
  22. border: 1px solid green;
  23. }
  24.  
  25. p {
  26. border: 1px solid blue;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement