Advertisement
Scorpionh

Tp CDIN

Nov 18th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.63 KB | None | 0 0
  1. /*style CSS*/
  2.  
  3. body{
  4. font-family:arial;
  5. }
  6.  
  7. h3{
  8. color:blue;
  9. font-family:arial;
  10. }
  11.  
  12. #nav li{
  13. list-style-type:none;
  14. }
  15.  
  16. #nav a{
  17. text-decoration:none;
  18. color:#000000;
  19. }
  20.  
  21. .titre{
  22. color:blue;
  23. font-weight:bold
  24. }
  25.  
  26. #entete img{
  27. width:100%;
  28. }
  29.  
  30. #nav{
  31. float:left;
  32. width:25%;
  33. }
  34.  
  35. #presentation{
  36. float:left;
  37. width:70%;
  38. padding-left:5%;
  39. }
  40.  
  41.  
  42. #formation tr th {
  43.     background-color:#CCC;
  44. }
  45.  
  46. #formation tr:first-child th {
  47.     color:#F00;
  48. }
  49.  
  50. #formation tr:nth-child(2n) td {
  51.     background-color:#FF0;
  52. }
  53.  
  54. #formation tr:nth-child(2n+1) td{
  55.     background-color:#999;
  56.     color:#FFF;
  57. }
  58.  
  59. #formation select {
  60.     margin-top:5%;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement