Advertisement
Guest User

Formation TIC CSS

a guest
Jan 21st, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. body {
  2. background-image: url(image/fondbleu.jpg);
  3. background-repeat: repeat-x;
  4. background-color: #FFFFFF;
  5. font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  6. font-size: 11px;
  7. color: #003300;
  8. }
  9.  
  10. h1 {
  11. font-weight: normal;
  12. text-align: center;
  13. font-size: 20px;
  14. font-style: italic;
  15. color: #68D9CA;
  16. font-family: Georgia, "Times New Roman", Times, serif;
  17. }
  18.  
  19. ul {
  20. text-align: center;
  21. }
  22.  
  23. .titre {
  24. text-align: center;
  25. }
  26.  
  27. a:link {
  28. color: #68D9CA;
  29. font-style: normal;
  30. font-weight: normal;
  31. }
  32. a:visited {
  33. color: #000000;
  34. background- color: #ffffff;
  35. text-decoration: underline;
  36. font-weight: normal;
  37. }
  38. a:hover {
  39. color: #FFFFFF;
  40. text-decoration: none;
  41. background-color: #010101;
  42. font-weight: normal;
  43. font-style: normal;
  44. }
  45. a:active {
  46. color: #FFFFFF;
  47. text-decoration: none;
  48. background-color: #A5A5A5;
  49. font-weight: normal;
  50. font-style: normal;
  51. }
  52.  
  53. .centre {
  54. text-align: center;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement