Advertisement
mralasic

Untitled

Jul 22nd, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #offer{
  2. max-width:1400px;
  3. margin-left:auto;
  4. margin-right:auto;
  5. text-align:center;
  6. }
  7.  
  8. .info{
  9. margin-top:30px;
  10. width:200px;
  11. height:200px;
  12. border-radius:150px;
  13. object-fit: cover;
  14. }
  15.  
  16. .column-three {
  17. float: left;
  18. width: 33.33%;
  19. }
  20.  
  21. h1{
  22. padding:30px;
  23. text-align:center;
  24. clear: both;
  25. }
  26.  
  27. p{
  28. text-align:left;
  29. padding:50px;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement