I have this piece of code. I'm beginner :/
https://ibb.co/ccrFFG
Id like to add some responsibility by
@media only screen and (max-width: 320px) {}
but it doesnt works with IDs. How would you change the code pls? :)
Thanks
I have this piece of code. I'm beginner :/
https://ibb.co/ccrFFG
Id like to add some responsibility by
@media only screen and (max-width: 320px) {}
but it doesnt works with IDs. How would you change the code pls? :)
Thanks
css media-querys only work if you use the viewport meta-tag, make sure that you use it on your site.
You can ready more about it here: https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag