CSS Example Programs Code

CSS3 Media Queries


Menu will float left side of the page if the screen size is 480px wide or wider

Example

Resize the browser window to see the effect!

This example shows a menu that will float to the left of the page if the viewport is 480 pixels wide or wider. If the viewport is less than 480 pixels, the menu will be on top of the content.


Example

Result

Resize the browser window to see the effect!


Previous Next