Advertisement
joygabriel21

Members CSS

Jan 21st, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. .Members {
  2. margin: 25px 15px;
  3. }
  4.  
  5. .Members-Body {
  6. background: #C4C4C4;
  7. height: auto;
  8. width: auto;
  9. margin: 15px;
  10. padding: 5px 20px;
  11. display: flex;
  12. flex-direction: row;
  13. }
  14.  
  15. .ProfilePic {
  16. margin: 30px 15px;
  17. border-radius: 50%;
  18. }
  19.  
  20. .Members-Detail {
  21. height: auto;
  22. align-self: center;
  23. }
  24.  
  25. .Members-Type {
  26. font-size: 18px;
  27. font-weight: bold;
  28. }
  29.  
  30. .Members-Name {
  31. margin-right: 15px;
  32. font-size: 16px;
  33. font-weight: bold;
  34. }
  35.  
  36. .Members-Total {
  37. margin-right: 5px;
  38. }
  39.  
  40. .Members-Summary {
  41. display: flex;
  42. flex-direction: row;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement