You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.1 KiB
75 lines
1.1 KiB
img{
|
|
display: flex;
|
|
flex: 1;
|
|
align-items: center;
|
|
vertical-align: middle;
|
|
padding: 30px;
|
|
background-color: rgb(190, 171, 255);
|
|
border: 1px solid black;
|
|
border-radius: 20px;
|
|
justify-content: space-around;
|
|
margin: 20px;
|
|
}
|
|
|
|
figcaption{
|
|
visibility: hidden;
|
|
}
|
|
|
|
figure {
|
|
float: right;
|
|
text-align: center;
|
|
font-style: italic;
|
|
text-indent: 0;
|
|
margin: 10px;
|
|
}
|
|
|
|
.affich{
|
|
height: 150px;
|
|
width: 100px;
|
|
}
|
|
|
|
.affich{
|
|
transition-duration: 0.5s;
|
|
}
|
|
|
|
.affich:hover{
|
|
height: 350px;
|
|
width: 250px;
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 10px;
|
|
}
|
|
|
|
.fig1:hover > figcaption{
|
|
visibility: visible;
|
|
text-align: center;
|
|
color: black;
|
|
transition-duration: 0.5s;
|
|
margin: 0px;
|
|
}
|
|
|
|
.pays{
|
|
height: 100px;
|
|
width: 150px;
|
|
}
|
|
|
|
.pays{
|
|
transition-duration: 0.5s;
|
|
}
|
|
|
|
.pays:hover{
|
|
height: 250px;
|
|
width: 450px;
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 10px;
|
|
}
|
|
|
|
.col{
|
|
display: flex;
|
|
flex: 1px;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
margin: 10px;
|
|
}
|