Advertisement
m_d16

footer css

Nov 25th, 2023
705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1.  
  2. .row-foot {
  3.     display: flex;
  4.     justify-content: space-evenly;
  5.     align-items: center;
  6.     margin-top: 20px;
  7.     border-top: #000 solid 2px;
  8.     background-color: #dbdbdb;
  9. }
  10.  
  11. .col4 {
  12.     flex-basis: calc((100% - 300px) /3);
  13.     margin: 50px;
  14.     text-align: center;
  15. }
  16.  
  17. .col4 img {
  18.     width: 250px;
  19. }
  20.  
  21. .col4_align h3,
  22. .col4_align ul,
  23. .col4 ul li a {
  24.     width: 107px;
  25.     text-align: left;
  26.     text-decoration: none;
  27.     color: #000;
  28. }
  29.  
  30. .col4_align {
  31.     display: flex;
  32.     flex-direction: column;
  33.     align-items: center;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement