Advertisement
phpface

Untitled

Oct 6th, 2022
997
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1.  
  2. .site-footer {
  3.     background: #0099ff;
  4.     border-top: 1px solid #0099ff;
  5. }
  6.  
  7. .site-footer .widget-title-wrap{
  8.     border-bottom: 1px solid #0f83d0;
  9. }
  10.  
  11. .site-footer .widget ul li{
  12.     border-bottom: 1px solid #0f83d0!important;
  13. }
  14.  
  15. .site-footer .widget ul li a:before{
  16.     border: 1px solid #0033cc;
  17. }
  18.  
  19. .site-footer .widget ul li a:hover:before{
  20.     background: #0033cc;
  21. }
  22.  
  23. .site-footer .footer-sidebar{
  24.     border-bottom: 1px solid #0f83d0!important;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement