Advertisement
ooopsy

Untitled

Mar 9th, 2023
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. .footer{
  2. background-color: black;
  3. min-height: 350px;
  4. display: flex;
  5. margin: 0 auto 0;
  6. }
  7.  
  8. .footer__columns{
  9. width: 90%;
  10. margin: 0 auto 0;
  11. padding: 60px 0 40px;
  12. display: flex;
  13. color: white;
  14. position: relative;
  15. }
  16.  
  17. .footer__column_content_copyright{
  18. flex-basis: 711px;
  19. }
  20.  
  21. .logo_place_footer{
  22. height: 32px;
  23. width: 228px;
  24. }
  25.  
  26. .footer_author{
  27. padding-top: 18px;
  28. position: absolute;
  29. bottom: 18px;
  30. left: 0;
  31. }
  32.  
  33. .column_info{
  34. margin: 0 auto 0;
  35. }
  36.  
  37. .footer__column-heading{
  38. line-height: 30px;
  39. font-size: 18px;
  40. font-style: 600;
  41. }
  42.  
  43. .footer__column-links{
  44. padding: 20px 0 16px;
  45. line-height: 30px;
  46. font-size: 18px;
  47. font-style: 600;
  48. }
  49.  
  50. .footer__column-link{
  51. color: white;
  52. text-decoration: none;
  53. padding-right: 10px;
  54. display: flex;
  55. line-height: 30px;
  56. font-size: 18px;
  57. font-style: normal;
  58. }
  59.  
  60. .column_social{
  61. margin: 0 auto 0;
  62. }
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement