Test rapide :
Sinon, le titre à part, au dessus, c'est bien aussi
Code :
.projects .project {
display: flex;
flex: 1 1 12em;
flex-flow: row wrap;
align-items: stretch;
justify-content: center;
text-align: center;
min-height: 12em;
margin: 0.5em;
pading: 0;
border-radius: 0 1rem;
border-bottom: 2px solid purple;
box-shadow: 2px 2px 5px -2px black;
opacity:0.8;
transition: all 0.3s ease;
}
.projects .project:hover {
margin: 0.5em;
border-radius: 0 0.5rem;
border-bottom: 2px solid purple;
box-shadow: 5px 5px 10px -3px black;
opacity:1;
transition: all 0.3s ease;
}
Sinon, le titre à part, au dessus, c'est bien aussi
"Somewhere, something incredible is waiting to be known..."
Carl Sagan.
Carl Sagan.