dati_prodotti/css/main.css

43 lines
555 B
CSS
Raw Normal View History

2019-09-02 18:24:55 +02:00
/*
* Codice css per l'applicazione
*/
header.page-header {
margin-top: 0;
}
header.page-header img {
margin-top: 9px;
background-color: white;
border-radius: 5px;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}
header.page-header nav {
margin-top: 15px;
}
section.page-body {
margin-top: 20px;
margin-bottom: 20px;
}
div.comics-container {
padding: 5px;
text-align: center;
2019-09-02 19:55:51 +02:00
height: 100px;
2019-09-02 18:24:55 +02:00
}
article.comics {
}
img.cover {
2019-09-02 19:55:51 +02:00
max-height: 100px;
2019-09-02 18:24:55 +02:00
}
footer.page-footer,
header.page-header {
2019-09-02 19:55:51 +02:00
background-color: lightgreen;
2019-09-02 18:24:55 +02:00
}