Bonjour,
J'ai fait ce code ci pour que lorsque on est sur pc une photo apparaît et sur smartphone juste un fond blanc.
Mais rien ne fonctionne pouvez vous m'aider ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13 #about { background:url(../img/cuire01.jpg); } @media only screen and (max-device-width: 320px) { #about { background:#FFF; } }
Merci d'avance.
Bonne journée.
Partager