CSS for beginners
- Description
- Curriculum
- FAQ
- Reviews
Learn CSS to tweak your website with this CSS for Beginners course.
Web pages are built with HTML, but styled with CSS. As with any other coding language, CSS has a learning curve that puts off many beginners. This CSS for beginners course aims to change all that and make learning CSS fun. As you work through the tutorials, you can try out the examples, or try your own CSS and see the live preview of your code immediately to check if you got it right.
CSS for Beginners starts with an introduction to CSS where you can get your feet wet by creating your own uniquely styled Google’s homepage.
After learning a few key phrases you’ll move on to look at the three ways you can implement CSS into your web pages.
You’ll look at color, including web safe colors, and the different ways you can add color to your web pages.
We’ll look at how you can style any HTML element, from headers to lists using base selectors, before looking at the design power offered by Classes and IDs to really put your CSS designs into overdrive.
With a great working knowledge of the main concepts in CSS, we’ll cover the Box Model of CSS, which is a great source of confusion for many CSS beginners. Using a simple diagram as reference, you can roll up your sleeves and explore the Box Model with a simple CSS coding session. Not only can you follow along in real-time using the same free tool that I do, you can also experiment and have fun as you learn.
If you are a beginner to CSS or struggled with the learning curve in the past, then CSS for Beginners is the course for you, and offers you a fun way to learn CSS, using free tools.
Check out the introductory lecture for free.
-
1An Introduction to CSSVideo lesson
CSS is incredibly powerful. By way of introducing this course, I took the Google homepage and changed the look and feel using CSS and a free browser plugin.
-
2Get Ready to Learn CSSVideo lesson
This lecture shows you the tools you'll need to install before we move on with the course.
-
3Nomenclature & SyntaxVideo lesson
Don't worry what that title means, we're simply going to look at the construction of valid CSS code.
-
4Why "Cascading" Style Sheets?Video lesson
CSS stands for Cascading Style Sheets, but what does the cascading bit mean?
-
5Inline CSSVideo lesson
There are three ways we can insert CSS into a page. The first one, called Inline Styles are explored in this video.
-
6Internal CSSVideo lesson
The second way of inserting CSS into a web page is with internal CSS. This video looks at Internal CSS:
-
7External CSSVideo lesson
External Style sheets are the third option. This video looks at how we use them and why they are the best option for most situations.
-
8Specifying Color in CSSVideo lesson
There are a few ways we can specify a color in CSS. This tutorial looks at them, and where yo find help if you need it.
-
9Examples of color in CSSVideo lesson
Here are some examples of using color in CSS code
-
10Color Picking ToolsText lesson
Color is extremely important in web design. This resource file provides you with links to desktop color pickers that allow you to capture any color on your computer monitor, and online color pickers to help you choose colour schemes for your site.
-
11Background Color & ImagesVideo lesson
This lecture looks at the background color of a webpage, but also how to use images in the background.
-
14Font FamilyVideo lesson
This lecture looks at font-families, what they are and how you can play around with them on a live website (even if you do not own that website).
-
15Font PropertiesVideo lesson
In this lecture, we'll look at some other font and text properties that can change the look of the text on a web page.
-
20The Box ModelVideo lesson
The box model in CSS is important to understand because all elements on an HTML page are inside boxes, whether you can see the box or not.
-
21Divisions (DIVs)Video lesson
Divisions, or DIVs for short, allow us to define areas of the page to treat as a single unit.
-
22The Float PropertyVideo lesson
The float property allows us to float boxes to the left or right. When you float a box, the rest of the web page content will flow around it.
-
23Modifying CSS in WordPressVideo lesson
An overview of how we can change or add CSS in WordPress.
-
24Using the Theme File EditorVideo lesson
A look at the theme file editor and how to use it. We'll talk about the advantages and disadvantages of this approach.
-
25Adding "Additional CSS"Video lesson
We'll look at the pros and cons of using the Additional CSS option for both older themes and the new block themes.
-
26Custom CSS for blocksVideo lesson
How to modify block appearance using CSS.
-
27Custom CSS for a post or pageVideo lesson
You may want to add custom CSS to a single post or page. Using a plugin, we can easily do that.
-
28CSS Hiding ElementsVideo lesson
This video looks at hiding an element on the web page using the Display property.
-
29Header Spacing in AstraVideo lesson
This video looks at changing the CSS in Astra to remove that large gap between header and opening headline.
-
30When CSS Doesn't Do As ExpectedVideo lesson
This video shows the solution to a problem that a student sent in. The CSS published on another site for changing the background of a web page didn't work as expected.
External Links May Contain Affiliate Links read more