pangloss/app/style.css

40 lines
781 B
CSS

body{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-image: url(https://t3.ftcdn.net/jpg/09/18/51/88/360_F_918518811_e0Wh732g7nIS9hsyi7ox9wWhguruEEgx.jpg);
background-size: 500px;
font-weight: 300;
}
#conteneur{
margin: 20px;
}
#commandes{
background-color: rgba(255, 255, 255, 0.171);
}
.tache{
display: flex;
margin:10px;
flex-direction: column;
align-items: center;
width: 200px;
height : 100px;
background-color: gold;
box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.titre_tache{
margin:0;
padding-top:10px;
text-transform:uppercase;
font-weight: 400;
text-align: center;
}
.corps.tache{
margin: 0;
}