Kevin Powell - CommunityKP-C
Kevin Powell - Community7mo ago
132 replies
roelof

image question

Im busy with another FEM Challenge.
Now on mobile the image has to take the whole width
But on desktop it has a fixed max width

Can I do something like this :

img {
 width: 100%; 
 max-width: 1200px 
} 


or do I have to use media queries to make this work ?
Was this page helpful?