CSS Layout Techniques

10 years ago
CSS Layout Techniques Learn how to work with the common layout and positioning methods used in web design. Throughout the course we’ll build a layout using display methods, floats, positioning schemes, even Flexbox, the latest and most advanced CSS layout feature. We’ll cover the strengths ...

Intro to HTML and CSS: Beyond Templates

10 years ago
Making a website is relatively painless, thanks to popular web design programs like WordPress and Dreamweaver. But if you want to go beyond templates and create a website customized for your needs, it’s important to learn the basics of HTML and CSS. Understanding these languages allows you ...

CSS: Gradients

12 years ago
1h 13m – Beginner Join Justin Seeley as he introduces gradients, a somewhat hidden strength of CSS that allows you to add depth and texture to your web designs while reducing load times—creating a better viewing experience for your visitors versus static images. Discover how to create ...

CSS: Animations

12 years ago
1h 56m – Intermediate This course presents a short series of CSS animation techniques, such as looping, playing, and pausing, and puts them together in a small project: an animated infographic. Author Val Head also addresses using CSS preprocessors, adding transitions, handling vendor ...

CSS: Frameworks and Grids

12 years ago
3h 27m – Beginner Have you wondered if using a CSS framework will speed up your site development? In this course, senior author James Williamson introduces the types of frameworks available—including the most popular choices among working web developers—and provides an honest ...

CSS: Transitions and Transforms

12 years ago
2h 25m – Intermediate With robust and ever-increasing browser support, it is now possible to take advantage of expressive CSS3 capabilities across modern browsers. In this course, Joseph Lowery explores the possibilities of the new coding options, which animate well over 50 different ...

CSS: Styling Forms

13 years ago
4h 1m – Beginner This course covers CSS best practices and techniques for styling and structuring forms. Author Ray Villalobos explains how forms work, best practices for structuring HTML, new additions to forms in HTML5, and how to style individual elements. The course discusses how ...