
This course includes our updated coding exercises so you can practice your skills as you learn.
See a demo
Discover CSS basics and how HTML and JavaScript power websites, transforming plain pages with styling. Learn to break down HTML, nest selectors, create sticky footers, and build navigation with exercises.
Apply css to html using inline, on-page, and external stylesheets to style web pages. Learn color control with hex and rgb, understand cascade order, and use important to enforce styles.
Learn how to use CSS selectors to target HTML elements, including tag-based selection and the use of unique IDs to style a specific element, with examples for paragraphs and images.
Reuse styling by applying classes to paragraphs, divs, and spans with dot notation in css, and compare divs and spans for block versus inline content and the role of ids.
Learn to style the entire page by applying background colors and images to the body, using CSS background properties, shorthand, and options for positioning, repetition, and fixed versus scroll behavior.
Explore how to select the right elements in CSS by targeting h2 tags to highlight lesson titles, adjust background color, padding, and contrast for readability, and avoid overusing images.
Style a navigation menu to differentiate page links from hyperlinks with a custom look, using background color, text-decoration: none, padding, uppercase text, margins, and height adjustments.
Explore the CSS box model by examining content, padding, borders, and margins, and use shorthand padding and margin to control top, right, bottom, and left.
Nest link styling within the navigation bar to prevent global changes and keep navigation consistent. Learn to use nested selectors, specificity, and important to control overrides without breaking other links.
Explore css combinators by applying descendant, child, adjacent sibling, and general sibling selectors to h2 elements within a lesson container; observe padding and background color propagation in practice.
this lecture demonstrates a sticky footer that stays visible with fixed positioning and 100% width, plus a bright background. Compare fixed and absolute positioning and add comments for maintainable code.
CSS is one of the main foundation languages for much of the content on the internet today. Along with HTML and JavaScript, CSS is used to form what we see on the internet.
Perfect for beginners, and people who want to refresh their skills to learn more about CSS is and how to use it.
Knowing how to apply CSS is an excellent skill to have. CSS is everywhere and by the end of this course you will have what you need to use it on your own webpages.
We walk you through step by step with detailed explanations of code and more. We add and update a webpage from scratch adding CSS to bring it to life and completely change the way it looks.
We teach you the latest techniques and tools to use in order to create amazing web content.
Everything you need to know is included in this course.
Learn at your own pace, lifetime access to this course.
We show you how to write CSS code, easy to learn. Our tutorials are easy to follow and effective in teaching CSS.