Basics of CSS
Join our fun and simple CSS course to learn how to style your HTML webpages and make them stand out! Perfect for beginners!
Brief Summary
Dive into the world of CSS with this easy-to-follow course! You'll learn how to style your HTML code and create amazing websites that look super cool. No fuss, just fun!
Key Points
- Learn CSS fundamentals
- Transform HTML with styling
- Create your own styled website
Learning Outcomes
- Understand what CSS is and how it works
- Apply various styles to HTML elements
- Create a fully styled website from scratch
About This Course
Learn the fundamentals of applying styling to HTML code, CSS syntax and how to use it. Simple guide to getting started
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of elements within an HTML page.
This course is designed to help you learn how to use CSS within your web pages. From an instructor with over 15 years of web development experience.
Make you webpages look.... BETTER!
Let me introduce you to using CSS. I show you how to add CSS to your websites. What CSS can do and the amazing transformation that can be done.
Learning the CSS fundamentals will help you develop the core skills to apply styling to your HTML content.
We teach you
What CSS is
How to add CSS to your websites
Add colors to fonts and backgrounds
Learn about the Box Model
How Padding, Borders, and margins work
Update your height and width
Working with text and select fonts
Working with lists
How to active your hyperlink styles
Basics of displaying content with CSS
All about CSS positioning
and much more
APPLY WHAT YOU'VE LEARNED
At the end of the course we show you how to bring together what you've learned to transform some HTML code into a fully styled website.
Create your own website from scratch
All the source code is included, in addition to top resource links and everything you need to have to get started with CSS.
Lets start learning CSS.
add CSS to their websites
apply styling to any HTML code
learn the syntax of using CSS
Course Curriculum
17 Lectures
4 Lectures
1 Lectures
Instructor

More Courses By
William M. M.
Good course with lots of explanations. A lot of information that will help with future projects.
- Helpful
- Not helpful
Boutayeb E. O.
it's very useful
- Helpful
- Not helpful
Anonymized U.
Good course.
- Helpful
- Not helpful
Ravi K.
nice
- Helpful
- Not helpful
Tomek S.
Positioning not completely good explained:
- static - element's standard positioning
- fixed - element positioned relatively to window frame
- relative - element positioned relatively to it's normal position
- absolute - element positioned relatively to it's nearest non-static parent
- Helpful
- Not helpful
Ryan B.
Instructor does not go very deep into some topics, such as positioning and display. Thus, this seems better geared for someone who needs a refresher than for someone just learning about how things work from scratch.
- Helpful
- Not helpful
Kimberli
This class allowed me to learn what had been missing in other classes that combine HTML and CSS.
- Helpful
- Not helpful
John R.
it helps a lot
- Helpful
- Not helpful
Arifur R.
Nicely demonstrated.
- Helpful
- Not helpful
Your email address will not be published. Required fields are marked *
Christopher C.
You mention hierarchy, but failed point out why one type styling is taking precedence over the other. Unless I missed your explanation.