From the course: Creating a Responsive Web Design

Introduction to this course - CSS Tutorial

From the course: Creating a Responsive Web Design

Introduction to this course

- [Voiceover] Hi I'm Chris Converse, and welcome to creating a responsive web design. In this course we'll be creating a web design that will respond to various screen sizes. This means the layout will change based on the visitor's screen size, and on smaller screens we'll move our top navigation to the bottom of the screen so that those users can focus on the content before seeing the navigation. Now as we build our project, we'll be covering many aspects of HTML and CSS, including how to link CSS selectors to HTML elements giving you a solid foundation which you can use to explore further techniques once you complete the course. We'll begin by creating an HTML file that will contain only the content and structure. Then we'll create a series of CSS rules to style the content and construct various layouts based on your visitor's screen size. We'll also create a set of CSS rules that will rearrange and adapt our content for the printed page, allowing us to reduce the amount of ink needed to print the page as well as help reduce the number of pages that would need to be printed. And in addition to style and layout, we'll also cover techniques such as creating animated transitions with CSS, as well as transforming a bullet list into a fully interactive menu system, complete with support for touch devices, and multi-input operating systems and their browsers. And in cases where we need additional content, such as graphics for QR codes, or even text and design elements, we'll make use of CSS sudo-elements. This technique provides a way to add additional information without adding code to our HTML file, keeping our content clean and focused so it's more easily searched and making it easier for us to change aspects of the design in the future. And finally, the exercise files for this course are available to all members. So, we've got a lot of ground to cover, so download your files, and let's start creating a responsive web design.

Contents