rafaelocean
-
Responsive Web Design
I was trying to create a site with multiple break points like here on css-tricks or mashable.com etc.. Maybe I should of used multiple style sheets instead of one? So it would be dynamic.
-
Responsive Web Design
chris thanks that's working. now i'm trying to figure out why my first media query won't work. the background color has remained white. @media all and (min-width: 320px) and (max-width: 659px) { body {background-color: #2E1702…
-
Background Images for the Header, Content Area and Footer
thanks paulie, that was really helpful!