Media Queries Question
Hello,
I am very confuse and I need help, I do not know much of coding. I made my design in photoshop and then slice it and was able to create this html. Everything works links and images but now I want to make it responsive because if you look it up on a mobile device it does not fit the scree. Does anyone have any suggestions. I have try many tutorials and read a lot of blogs and I don't seem to find an answer. I appreciate it.
Thank you
This is what I have tried
@media screen (max-width: 599px) {
img {
width: 100% !important;
}

