Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.20 KB | None | 0 0
  1. body
  2. {
  3.     font-size: 12 px;
  4.     font-family: Tahoma;
  5. }
  6. div#tresc
  7. {
  8.     padding: 20px 10%;
  9. }
  10. img#baner
  11. {
  12.     max-width: 100%;
  13. }
  14. footer /* stopka */
  15. {
  16.     background-color: #37474F;
  17.     color: white;
  18.     text-align: center;
  19.     padding: 10px 0;
  20. }
  21. h1
  22. {
  23.     color: #BF0850;
  24.     font-weight: bold;
  25.     text-indent: 1em;
  26. }
  27. h2
  28. {
  29.     color: #80196C;
  30.     font-weight: bold;
  31. }
  32. img
  33. {
  34.     max-width: 40px;
  35. }
  36. div#podstawowe
  37. {
  38.     padding: 20px 10%;
  39.     background-color: #EDE7F6;
  40. }
  41. div#podstawowe label
  42. {
  43.     color: #1A237E;
  44.     font-weight: bold;
  45. }
  46. div#podstawowe input
  47. {
  48.     background-color: #FFF8E1;
  49. }
  50. div#plec option:nth-child(2n)
  51. {
  52.     background-color: #FFE082;
  53.     color: #015794;
  54.     font-weight: bold;
  55. }
  56. div#plec option:nth-child(2n+1)
  57. {
  58.     color: #015797;
  59.     background-color: #FFF8E1;
  60. }
  61. form#Samochod
  62. {
  63.     padding: 0 40%;
  64.     box-shadow: 10px 10px 10px;
  65. }
  66. form#Samochod select
  67. {
  68.     border: 1px solid #CE93D8;
  69.     width: 300px;
  70.     max-width: 300px;
  71.    
  72. }
  73. div#Samochod form option
  74. {
  75.     background-color: #FFF8E1;
  76.     color: #4A148C;
  77. }
  78. div#Samochod form optgroup
  79. {
  80.     font-weight: bold;
  81.     background-color: #FFF8E1;
  82.     color: #4A148C;
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement