css per la griglia in home

This commit is contained in:
ulaulaman 2018-06-22 10:59:00 +02:00 committed by GitHub
parent 5ce61b8adf
commit 094611beca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
incl/evidenza.css Normal file
View File

@ -0,0 +1,24 @@
.evidenza {
display: flex;
flex-wrap: nowrap;
}
.evidenza > div.up {
width: 94%;
margin: 3%;
text-align: center;
border-bottom: 10px solid white;
}
.evidenza > div {
width: 23%;
margin: 1%;
/* line-height: 75px; */
text-align: center;
/* border-style: solid;
border-color: #1d71b8; */
}
.titoloevidenza {
background-color: #f1f1f1;
}