About this Course
CSS (Cascading Style Sheets) is a style sheet language that describes the presentation of web pages. Whereas HTML is what forms the structure of a web page, CSS is what we use to style the HTML with colors, backgrounds, font sizes, layout, and more. As you’ll soon learn, CSS is one of the core technologies for designing and building websites.
What you’ll learn
- Basic Selectors
- Common Values and Units
- CSS Layout
- New CSS Features
Understanding Values and Units
Every CSS property has a set of values it can accept. Most properties accept keywords that literally describe a value. Many properties also accept numbers, functions, length values, or a URL. In this stage, you'll learn the common values and units CSS properties accept.
The Box Model
The box model is the basis of CSS layout because it dictates how elements are displayed and how they interact with each other.
Enhancing the Design With CSS
In this stage, we'll add the finishing touches to the page using CSS features that display rounded corners, box shadows, gradients and more. Then, we'll make sure our page looks good on all devices, with media queries.
0 Comments