Responsive design and Font Units in CSS
<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < meta http-equiv = "X-UA-Compatible" content = "ie=edge" > < link rel = "stylesheet" href = "CSS/Responsive_Design_Font_Units.css" > < title > Responsive Design and Font Units </ title > </ head > < body > Endless new resolutions and devices are difficult to support separately for a web developer. Responsive design is a way for a web developer to make his website adapt to all the devices and resolutions. Responsive design is a necessity and not a luxury anymore! Various ways to achieve responsive design: 1. Setting up the viewport 2. Use max-width/max-height 3. Using CSS Media ...