derekweaver Posted November 27, 2020 Report Posted November 27, 2020 (edited) So I have coded a page for 450 px, and want to now expand it so that it can accommodate 800px, then obviously 1024px and greater. Every time I try to add an @media query the page breaks down. I have put the querry before the "html" in css, or "body" using @media (max-width 450px). Or work is graphic heavy as we are artists who do direct sales. Did I do this backwards, should I have made the large version first? screen.css index.html button_f.tif button_i.tif logo_sm.tif Edited November 27, 2020 by derekweaver
administrator Posted November 28, 2020 Report Posted November 28, 2020 Just breakdown the page into simpler elements and then you can isolate where the problem is. Stef
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now