All the CSS Classes
These CSS classes will help you design great-looking websites. CSS stands for Cascading Style Sheets and is the code that controls the layout, look and feel of your site.
The Beginners Guide to CSS
This class is the perfect introduction for anyone who is learning CSS. You'll learn about classes, IDs, styles and all the key CSS techniques you need to know.
How to Use the Web Developer Browser Plugin
The Web Developer extension adds powerful web developer tools to a browser. The extension is available for Chrome, Firefox and Opera.
How to Build Responsive Websites
Responsive design is a foundation of the modern web. This class is a beginners guide that explains what you need to know to make your site look great on all devices.
How to Use CSS to Design Text
In this class, you'll learn how text can be sized to work across different devices. You'll also see the different ways fonts can be added to your design, introducing popular tools such as Google Fonts, FontSquirrel and FontAwesome.
How to Use LESS
CSS stylesheets can become hard to manage on large projects. LESS is a solution that developers use to make their CSS much more efficient. As many designers know, stylesheets can become complex on big sites. It can become a headache to manage hundreds or thousands of styles. LESS allows you to use plain CSS, but also add programming features such as variables, mixins, and functions.
How to Use SASS: Syntactically Awesome Stylesheets
CSS stylesheets can become hard to manage on large projects. SASS is a solution that developers use to make their CSS much more efficient.
How to Use the Zurb Foundation Framework
Zurb Foundation is a very popular alternative to the Bootstrap framework. Foundation is a family of responsive front-end frameworks that make it easy to design beautiful responsive websites, apps and emails.
How to Use the UIkit Framework
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces. UIkit gives you a comprehensive collection of HTML, CSS, and JS components which is simple to use, easy to customize and extendable.
How to Use the Bootstrap 4 Framework
Bootstrap is the most popular design framework in the world. Bootstrap is an HTML, CSS and Javascript framework that allows you to create clean-looking websites.
Building Your First Website with HTML and CSS
Jen Kramer walks you through setting up a HTML and CSS webpage. Learning the fundamental structure concept of HTML layout and CSS styling can help you work with templates in CMS sites, such as WordPress, Joomla, and Drupal.
Make Your First Responsive Website with HTML & CSS
Learn from the ground up on what Responsive Design is and how to start implementing it in your HTML and CSS. This base understanding, will help you even when working in Content Management systems. In this course, Jen Kramer shows you how to structure your HTML and CSS for different screen dimensions using media queries and how to work with images in responsive design.