Your First Day with CSS
In this course we will learn everything you need to know to be able to write Cascading Style Sheets, or CSS, from scratch. Software required: Brackets Text Editor, Google Chrome Browser.
What you'll learn
In this course we will learn everything you need to know to be able to write Cascading Style Sheets, or CSS, from scratch. We will learn how to create and attach CSS stylesheets to our HTML files so that they affect our HTML, basic CSS syntax, and some common properties that will allow us to change the color of text, manipulate the width of images, add borders, and change the background color of web pages. We will also learn important concepts like how to keep our files organized by using comments and grouping selectors, understanding the cascade, and validating our code to check for common errors. Software required: Brackets Text Editor, Google Chrome Browser.
Table of contents
- CSS Overview and Previewing Our Project HTML 7m
- Setting up the Folder Structure and Creating Our CSS File 4m
- Attaching the Stylesheet and Writing Our First CSS Code 7m
- CSS Syntax and Using Selectors to Style HTML Elements 4m
- Changing the Color of Headings with CSS 6m
- Using the Width Property to Change the Size of an Image with CSS 3m
- Adding a Border to an Image with CSS 6m
- Changing the Background Color of a Web Page with CSS 3m
- Adding Comments to a CSS File 5m
- Grouping CSS Selectors 3m
- Understanding the Cascade in Cascading Style Sheets 5m
- Validating CSS 5m