Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. .div-contact{
  2. margin: auto;
  3. display: grid;
  4. flex-direction: row;
  5.  
  6. }
  7. .contact-left-side{
  8. align-items: center;
  9. background-color: #ff8080;
  10. width: 15rem;
  11. height: 18rem;
  12. flex-direction: row;
  13. margin: 0rem 22rem;
  14. }
  15. .contact-right-side{
  16. background-color: bisque;
  17. padding: 0rem 2rem;
  18. width: 20rem;
  19. height: 18rem;
  20. flex-direction: row;
  21. display: grid;
  22. margin-left: 36em;
  23. position: absolute;
  24. align-items: center;
  25. }
  26. .div-icon{
  27. align-items: center;
  28. display: flex;
  29. padding: 1rem;
  30. }
  31. span{
  32. margin-left: 1rem;
  33. }
  34. .r-icon{
  35. width: 16px;
  36. height: 16px;
  37. float: left;
  38. position: relative;
  39. top: 2px;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement