Election results in the London Borough of Sutton.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

style.css 515 B

il y a 14 ans
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. body
  2. {
  3. background-color: #fffeda;
  4. font-family: Helvetica, Arial, sans-serif;
  5. width: 600px;
  6. margin: 60px auto;
  7. line-height: 1.5em;
  8. }
  9. input
  10. {
  11. font-size: 150%;
  12. text-transform: uppercase;
  13. }
  14. .highlight
  15. {
  16. background-color: yellow;
  17. }
  18. #main
  19. {
  20. margin: 60px 0;
  21. }
  22. #footer
  23. {
  24. font-size: 90%;
  25. text-align: right;
  26. }
  27. a, a:visited
  28. {
  29. padding: 2px 5px;
  30. background-color: #333;
  31. color: #fff;
  32. text-decoration: none;
  33. }
  34. a:hover
  35. {
  36. background-color: #fff;
  37. color: #333;
  38. }
  39. h2
  40. {
  41. margin-top: 50px;
  42. }