css

Responsive web design with 2 columns: fixed right sidebar and fluid content area

This is an example of webpage layout in HTML and CSS that you can use to create your own responsive web design.
This design allows website pages size to be automatically adapted according to the screen size of the visitor.

In this example, we will have:

  • a menu sidebar, located on the right and with a fixed size
  • fluid content area that can be increased or reduced depending on the size of the screen of the visitor

Tags: 

Responsive web design with 2 columns: fixed left sidebar and fluid content area

This is an example of webpage layout in HTML and CSS that you can use to create your own responsive web design.
This design allows website pages size to be automatically adapted according to the screen size of the visitor.

In this example, we will have:

  • a menu sidebar, located on the left and with a fixed size
  • fluid content area that can be increased or reduced depending on the size of the screen of the visitor

Tags: 
Subscribe to RSS - css