Guest User

Untitled

a guest
May 17th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. /* Contenu pour query.php */
  2. #contenu #tab_pep{
  3. font-size: 125%;
  4. text-align: center;
  5. margin: 0px auto;
  6. margin-top: 30px;
  7. width: 600px;
  8. border-style: solid;
  9. border-collapse:collapse;
  10. background-color: #4986A1;
  11. }
  12.  
  13. #contenu #tab_pep td{
  14. border-style: solid;
  15. }
  16.  
  17. #contenu #tab_pep tr.row:hover{
  18.  
  19. background-color:black;
  20. }
Add Comment
Please, Sign In to add comment