UX & Product Designer

Chi Wai Li



Responsive web basic

This is perhaps a toddler level responsive web basic. But it took me a good 20 minutes to figure it out. If you want to write conditional css3 for one viewport range, you must have the other condition also within a viewport condition. For example to use: @media screen and (max-width: 540px) { #box{ width:300px;} […]