CSS Video Tutorials – 64 Hours
Here is a collection of over 64 hours of premium video tutorials on CSS by Pluralsight. In order to view the videos, you need to become a member of Pluralsight.
Background: CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language, such as HTML and XHTML. The language can also be used with any XML document, including plain XML, SVG and XUL, and is applicable to rendering in speech, or on other media. HTML, JavaScript, and CSS are the three primary technologies that most websites use to create visually engaging webpages, user interfaces for web applications, and user interfaces for many mobile applications.
CSS allows one to separate document content from document presentation, including aspects such as the layout, colors, and fonts. This separation of formatting and content makes it possible to present the same markup page in different styles for different rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on Braille-based, tactile devices. It can also be used to display the web page differently depending on the screen size or device on which it is being viewed. Readers can also specify a different style sheet, such as a CSS file stored on their own computer, to override the one the author has specified.
Changes to the graphic design of a document (or hundreds of documents) can be applied quickly and easily, by editing a few lines in the CSS file they use, rather than by changing markup in the documents. This abstraction feature is what make CSS so powerful.
The CSS specification describes a priority scheme to determine which style rules apply if more than one rule matches against a particular element. In this so-called cascade, priorities (or weights) are calculated and assigned to rules, so that the results are predictable.
The CSS specifications are maintained by the World Wide Web Consortium (W3C). Internet media type (MIME type) text/css is registered for use with CSS by RFC 2318 (March 1998). The W3C operates a free CSS validation service for CSS documents.
CSS
Series | Title | Date | Presenter | Min |
---|---|---|---|---|
SMACSS: Scalable Modular Architecture for CSS | SMACSS: Scalable Modular Architecture for CSS | 12/14/2015 | Jonathan Snook | 351 |
CSS Flexbox Fundamentals | CSS Flexbox Fundamentals | 10/24/2015 | Gary Simon | 89 |
Introduction to Building Website Layouts | Introduction to Building Website Layouts | 8/17/2015 | Susan Simkins | 305 |
CSS Animation with Transition and Transform | CSS Animation with Transition and Transform | 7/16/2015 | Sandy Ludosky | 130 |
Designing Modern Forms for the Web | Designing Modern Forms for the Web | 7/8/2015 | Gary Simon | 102 |
Extending Bootstrap with CSS, JavaScript, and jQuery | Extending Bootstrap with CSS, JavaScript, and jQuery | 6/12/2015 | Paul D. Sheriff | 200 |
Mastering CSS Animations | Mastering CSS Animations | 6/11/2015 | Gary Simon | 95 |
Creating Fullscreen HTML5 Video Backgrounds | Creating Fullscreen HTML5 Video Backgrounds | 6/2/2015 | Susan Simkins | 68 |
Responsive Typography | Responsive Typography | 4/8/2015 | Jason Pamental | 356 |
Making a Responsive and Interactive Animation with SVGs in CSS | Making a Responsive and Interactive Animation with SVGs in CSS | 3/10/2015 | Rembrand Le Compte | 104 |
Creating Elegant Navigation Using CSS3 Transitions | Creating Elegant Navigation Using CSS3 Transitions | 2/11/2015 | Susan Simkins | 63 |
CSS Positioning | CSS Positioning | 10/26/2014 | Susan Simkins | 51 |
Typography for the Web | Typography for the Web | 9/20/2014 | Susan Simkins | 193 |
Introduction to CSS for Designers | Introduction to CSS for Designers | 8/10/2014 | Susan Simkins | 108 |
Simplifying CSS in Visual Studio With Sass | Simplifying CSS in Visual Studio With Sass | 7/22/2014 | Jason Roberts | 118 |
CSS 3 From Scratch | CSS 3 From Scratch | 7/31/2013 | Jesse Liberty | 98 |
Responsive Web Design | Responsive Web Design | 4/30/2013 | Ben Callahan | 271 |
Mobile First Responsive Web Design | Mobile First Responsive Web Design | 4/29/2013 | Jon Flanders | 178 |
CSS3 In-Depth | CSS3 In-Depth | 2/19/2013 | Estelle Weyl | 370 |
CSS3 | CSS3 | 3/6/2012 | Michael Palermo | 166 |
A Better CSS: LESS and SASS | A Better CSS: LESS and SASS | 3/5/2012 | Shawn Wildermuth | 117 |
Introduction to CSS | Introduction to CSS | 7/18/2011 | Scott Allen | 129 |
Building Websites with Dreamweaver | Building Websites with Dreamweaver | 1/26/2006 | Papa Georgio | 189 |
Total | 3851 |