CSS   19
credits
Guest on 17th September 2023 06:22:53 AM


  1. div#credits {
  2.         width: 130px;
  3.         float: left;
  4.         font-size: 1em;
  5.         padding: 20px 20px 0 20px;
  6. }
  7.  
  8. div#credits h5 {
  9.         font-size: 1.3em;
  10.         font-weight: bold;
  11.         color: #999;
  12. }
  13.  
  14. div#credits ul {
  15.         margin: 0;
  16.         margin-bottom: 1em;
  17. }
  18.  
  19. div#credits ul li {
  20.         padding: 0;
  21.         font-size: .9em;
  22.  
  23.         line-height: 1.4em;
  24.         color: #999;
  25. }
  26.  
  27. div#credits a {color: #999; text-decoration: none;}
  28. div#credits a:visited {color: #999; text-decoration: none;}
  29. div#credits a:hover {color: #999; text-decoration: underline;}
  30. div#credits a:active {color: #999; text-decoration: none;}
  31.  
  32.  
  33.  
  34.  
  35. div#credits p {
  36.         color: #999;
  37. }

Raw Paste

Login or Register to edit or fork this paste. It's free.