Schule als Staat Projekt Web, Dokumente, etc.
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.

47 lignes
1.4KB

  1. #datenbank_html {
  2. margin-left: 2%;
  3. width: 96%;
  4. }
  5. tabledatabase {
  6. width: 100%;
  7. }
  8. .trdatabase {
  9. padding-top: 50px;
  10. padding-bottom: 50px;
  11. }
  12. .tddatabase {
  13. padding-left: 10px;
  14. padding-right: 10px;
  15. padding-bottom: 10px;
  16. padding-top: 10px;
  17. }
  18. thumbnail {
  19. display: inline-block;
  20. border: 1px solid black;
  21. width: 20%;
  22. }
  23. img {
  24. max-width: 100%;
  25. height: auto;
  26. }
  27. div.polaroid {
  28. border: 2px solid #e7e7e7;
  29. width: 80%;
  30. background-color: white;
  31. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  32. margin-bottom: 25px;
  33. }
  34. div.container {
  35. text-align: center;
  36. padding: 10px 20px;
  37. font-family: Helvetica, serif;
  38. font-size: 12px;
  39. }
  40. #description {
  41. text-align: center;
  42. }