Advertisement
Guest User

footer css

a guest
Jan 20th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. .footer-bar{
  2. width: 100%;
  3. // height: 3.778rem;
  4. // line-height: 3.778rem;
  5. background-color: #000000;
  6. color: #ffffff;
  7. display: block;
  8. align-items: center;
  9. text-align: center;
  10. position: relative;
  11. bottom: 0;
  12. left:0;
  13. right:0;
  14. font-family: "Proxima Nova";
  15. }
  16.  
  17. // .footer-links-holder{
  18. // colour: #000099;
  19. // background-color: #fbfbfb;
  20. // position: relative;
  21. // display:block;
  22. // height: 100%;
  23. // margin-left: 20px;
  24. // margin-right: 20px;
  25. // text-align: left;
  26. // list-style-type: none;
  27. //
  28. // }
  29.  
  30. ul.footer-links {
  31. position: relative;
  32. height: 100%;
  33. //margin-left: 20px;
  34. //margin-right: 20px;
  35. // margin-top: 100px;
  36. text-align: left;
  37. list-style-type: none;
  38. padding-left: 40px;
  39. padding-right: 40px;
  40. // text-decoration: none;
  41. // border-bottom:3px solid #ffffff;
  42. }
  43.  
  44. ul.footer-links li a{
  45. text-decoration: none;
  46. border-bottom: 3px solid #ffffff;
  47. //background-color: #e9ebed;
  48. }
  49.  
  50. ul.footer-links li{
  51. border-bottom: 1px solid #ffffff;
  52. padding: 10px;
  53. }
  54.  
  55. .footer-box{
  56. background-color: #e9ebed;
  57. height: 100%;
  58. }
  59.  
  60. .tab-link internal{
  61. border-bottom: 3px solid #ffffff;
  62. }
  63.  
  64. // ul.legal-links{
  65. // list-style-type: none;
  66. // display: inline;
  67. // margin-left: 20px;
  68. // }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement