ESP8266 Treppenlichtsteuerung mit OTA zum Firmware Upload
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 495B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. html {
  2. font-size: 10px;
  3. font-family: 'Open Sans', sans-serif;
  4. }
  5. h1 {
  6. font-size: 60px;
  7. text-align: center;
  8. }
  9. p, li {
  10. font-size: 16px;
  11. line-height: 2;
  12. letter-spacing: 1px;
  13. }
  14. html {
  15. background-color: #00539F;
  16. }
  17. body {
  18. width: 600px;
  19. margin: 0 auto;
  20. background-color: #FF9500;
  21. padding: 0 20px 20px 20px;
  22. border: 5px solid black;
  23. }
  24. h1 {
  25. margin: 0;
  26. padding: 20px 0;
  27. color: #00539F;
  28. text-shadow: 3px 3px 1px black;
  29. }
  30. img {
  31. display: block;
  32. margin: 0 auto;
  33. }