main.css 555 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. * Codice css per l'applicazione
  3. */
  4. header.page-header {
  5. margin-top: 0;
  6. }
  7. header.page-header img {
  8. margin-top: 9px;
  9. background-color: white;
  10. border-radius: 5px;
  11. border-top-left-radius: 50px;
  12. border-top-right-radius: 50px;
  13. }
  14. header.page-header nav {
  15. margin-top: 15px;
  16. }
  17. section.page-body {
  18. margin-top: 20px;
  19. margin-bottom: 20px;
  20. }
  21. div.comics-container {
  22. padding: 5px;
  23. text-align: center;
  24. height: 100px;
  25. }
  26. article.comics {
  27. }
  28. img.cover {
  29. max-height: 100px;
  30. }
  31. footer.page-footer,
  32. header.page-header {
  33. background-color: lightgreen;
  34. }