Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <section class="third-section">
  2. <div class="container">
  3. <div class="row">
  4. <div class="col-md-4 col-xs-4 d-flex justify-content-start">
  5. <h4>Entre em contato com a gente:</h4>
  6. </div>
  7.  
  8. <div class="col-md-4 col-xs-4 phone">
  9. <div class="d-flex align-items-center resd">
  10. <p> 51 9999999</p>
  11. </div>
  12. <div class="d-flex align-items-center"><img src="img/iconwpp.png" alt="icone whatsapp">
  13. <p>51 99999999</p>
  14. </div>
  15. <div class="d-flex align-items-center"><img src="img/iconwpp.png" alt="icone whatsapp">
  16. <p>51 99999999</p>
  17. </div>
  18. </div>
  19.  
  20. <div class="col-md-4 col-xs-4 address">
  21. <p>Rua XXXXX</p>
  22. <p>xxxxxxxxxxxxx/RS</p>
  23. <p>CEP 00000-000</p>
  24. </div>
  25. </div>
  26. </div>
  27.  
  28. .third-section {
  29. margin-top: 5%;
  30. margin-bottom: 5%;
  31. padding-left: 35%;
  32. padding-right: 30%;
  33.  
  34. .phone {
  35. img {
  36. margin-right: 3px;
  37. margin-bottom: 20px;
  38. height: 20px;
  39. }
  40. .resd {
  41. margin-left: 23px;
  42. }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement