Code For Web

Category Archives: CSS

@media query for CSS – this is your friend

If you have been living under a rock, then you might not know about a great feature of CSS3 called @media. This allows for “responsive design” capabilities based on the size of the browser window. This is a great feature when your website needs to target both the desktop browser and the mobile browser. Today [...]