1/* Answer to: "what is responsive design" */
2
3/*
4 Responsive web design is an approach to web design that makes
5 web pages render well on a variety of devices and window or screen
6 sizes. Recent work also considers the viewer proximity as part of
7 the viewing context as an extension for RWD.
8
9 In other words, it makes your website look nice on all devices.
10
11 To learn Responsive Web Design head over to W3Schools tutorial:
12 https://www.w3schools.com/css/css_rwd_intro.asp
13*/