bayerische

style.css

Jun 30th, 2022 (edited)
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.57 KB | None | 0 0
  1. h1, .h1
  2. {
  3.    font-family: Arial;
  4.    font-weight: bold;
  5.    font-size: 32px;
  6.    text-decoration: none;
  7.    color: #000000;
  8.    background-color: transparent;
  9.    margin: 0 0 0 0;
  10.    padding: 0 0 0 0;
  11.    display: inline-block;
  12. }
  13. h2, .h2
  14. {
  15.    font-family: Arial;
  16.    font-weight: bold;
  17.    font-size: 27px;
  18.    text-decoration: none;
  19.    color: #000000;
  20.    background-color: transparent;
  21.    margin: 0 0 0 0;
  22.    padding: 0 0 0 0;
  23.    display: inline-block;
  24. }
  25. h3, .h3
  26. {
  27.    font-family: Arial;
  28.    font-weight: bold;
  29.    font-size: 24px;
  30.    text-decoration: none;
  31.    color: #000000;
  32.    background-color: transparent;
  33.    margin: 0 0 0 0;
  34.    padding: 0 0 0 0;
  35.    display: inline-block;
  36. }
  37. h4, .h4
  38. {
  39.    font-family: Arial;
  40.    font-weight: bold;
  41.    font-size: 21px;
  42.    font-style: italic;
  43.    text-decoration: none;
  44.    color: #000000;
  45.    background-color: transparent;
  46.    margin: 0 0 0 0;
  47.    padding: 0 0 0 0;
  48.    display: inline-block;
  49. }
  50. h5, .h5
  51. {
  52.    font-family: Arial;
  53.    font-weight: bold;
  54.    font-size: 19px;
  55.    text-decoration: none;
  56.    color: #000000;
  57.    background-color: transparent;
  58.    margin: 0 0 0 0;
  59.    padding: 0 0 0 0;
  60.    display: inline-block;
  61. }
  62. h6, .h6
  63. {
  64.    font-family: Arial;
  65.    font-weight: bold;
  66.    font-size: 16px;
  67.    text-decoration: none;
  68.    color: #000000;
  69.    background-color: transparent;
  70.    margin: 0 0 0 0;
  71.    padding: 0 0 0 0;
  72.    display: inline-block;
  73. }
  74. .CustomStyle
  75. {
  76.    font-family: "Courier New";
  77.    font-weight: bold;
  78.    font-size: 16px;
  79.    text-decoration: none;
  80.    color: #2E74B5;
  81.    background-color: transparent;
  82. }
  83.  
Add Comment
Please, Sign In to add comment