CSS   19
tooltip css
Guest on 6th February 2023 01:33:25 PM


  1. /* Styles not related to code  */
  2.  
  3. body, td { font: 14px/1.3 verdana, arial, helvetica, sans-serif; }
  4. h1 { font-size:1.3em; }
  5. h2 { font-size:1.2em; }
  6.  
  7. td { vertical-align:top; }
  8. th {
  9.     font-family: verdana, arial, helvetica, sans-serif;
  10.     padding-bottom:4px; text-align:center;
  11.     }
  12.  
  13. a:link { color:#33c; }    
  14. a:visited { color:#339; }
  15. ul { margin-bottom: 2.4em; }
  16. ul li { margin-bottom:.5em; }
  17. p { max-width: 60em; }

Raw Paste

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