Utilizor
Contact Us

RWD Intro

Responsive Web Design is about creating web pages that look good on all devices!

Responsive Web Design - Introduction

Responsive Web Design is about creating web pages that look good on all devices!

A responsive web design will automatically adjust for different screen sizes and viewports.

Setting The Viewport

To create a responsive website, add the following <meta> tag to all your web pages:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Example

<meta name="viewport" content="width=device-width, initial-scale=1.0">