exemple de media query
This commit is contained in:
parent
2240c5f2fb
commit
4db5fb7c97
@ -70,6 +70,7 @@ footer a,nav ul a
|
||||
em{
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.informaticien article
|
||||
{
|
||||
flex:1 40%;
|
||||
@ -78,14 +79,25 @@ em{
|
||||
margin : 5px;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.informaticien article img
|
||||
{
|
||||
float :right;
|
||||
width : 125px;
|
||||
height:125px;
|
||||
padding:10px;
|
||||
box-shadow: 10px 10px 5px #656565;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width:900px)
|
||||
{
|
||||
.informaticien article img
|
||||
{
|
||||
float :right;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.date
|
||||
{
|
||||
font-size : 1rem;
|
||||
|
Loading…
Reference in New Issue
Block a user