This chapter introduces responsive web design. Building a “responsive” web site basically means allowing the site to respond to the size of the screen it is being displayed on and reformat itself accordingly. The chapter will introduce CSS Media Queries to reformat the site for use on both mobile and tablet-sized devices and show you how to allow a development site running via Visual Studio to be viewed on another device on the same network.
Note
To complete this chapter, you must either have completed Chapter 17 or download ...