Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
CSS Complete Course For Beginners
Rating: 4.2 out of 5(2,194 ratings)
131,208 students

CSS Complete Course For Beginners

Learn CSS With CSS Theory And Practical
Last updated 9/2021
English
English [Auto],

What you'll learn

  • Introduction to CSS concepts
  • Theory And Practical demonstrations of CSS concepts
  • Write CSS Scripts And Understanding Concepts
  • Practically Getting Started With CSS Styles, CSS 2D Transform, CSS 3D Transform
  • Introduction To CSS Background And CSS Animation
  • Introduction To CSS Inclusion In HTML

Course content

1 section25 lectures2h 2m total length
  • Introduction To CSS6:04

    Explore the basics of cascading stylesheets (css) and how a style sheet defines the look of web pages by applying styles to headings, paragraphs, and elements.

  • CSS Inclusion In HTML10:05

    Explore how to include CSS in HTML using inline styles, embedded styles, and external stylesheets, and learn how inheritance and overriding create page-wide or element-specific styling.

  • CSS Basic Syntax3:46

    Learn basic css syntax by adding a style tag in html, styling h1 with blue color and a font family, and h2 with green, using properties and values.

  • CSS Links3:19

    Learn how to style hyperlinks with CSS using the anchor tag, remove the default underline, and control link, visited, hover, and active colors with text-decoration.

  • CSS Text5:43

    Learn css text styling, including color (keywords, rgb, hex), alignment, letter and word spacing, text indent, text decoration, text transform, and text shadow, via practical paragraph examples.

  • CSS Colors 13:29
  • CSS Colors 23:52

    Explore how to manage color opacity in CSS using rgba, opacity, and hsla with hue, saturation, and lightness, including hex and named colors.

  • CSS Background5:39

    Learn to style web pages with css backgrounds by applying background colors or images to paragraphs and the body, and control background repeat, position, and fixed attachment.

  • CSS Images2:01

    Learn to style images with CSS borders using the image tag and style attribute, experimenting with 3px red dotted borders and 1px solid green borders to enhance page visuals.

  • CSS Layers2:42

    Learn how CSS layers use z-index to stack absolute-positioned divs, adjusting top and left offsets to create layered visuals with green, red, and yellow boxes.

  • CSS Fonts5:47

    Learn how to style text with CSS fonts, including font-family fallbacks, font-weight, font-style, and font-variant small caps, plus font-size units and shorthand notation.

  • CSS Lists4:30

    Learn to customize css lists: unordered and ordered, bullets and list-style-type options like disc, circle, square; create inline lists with float left and hide bullets via list-style: none.

  • CSS Borders5:26

    Explore CSS borders by styling paragraphs, divs, and images with per-side properties, colors, and widths; master border styles such as solid, dashed, groove, and dotted.

  • CSS Padding3:47

    Explore how CSS padding creates space between text and borders by adjusting top, right, bottom, and left sides. Learn single, multiple value syntax, including pixel and percent, to control padding.

  • CSS Positioning6:43

    Master css positioning by applying absolute, relative, and fixed options with x and y coordinates to place elements, and explore how each behaves when scrolling.

  • CSS Dimensions3:48

    Learn how to control box dimensions in CSS, including height and width with min and max options, and see how padding and margins affect placement.

  • CSS Rounded Corners5:20

    Learn how to create rounded corners in CSS using border-radius, applying same or different radii to each corner, with practical examples of background color, borders, and images.

  • CSS Cursors2:26

    Learn how CSS cursors control the mouse pointer, from default and auto to plus, crosshair, resize variants, text (I-beam), wait, help, and the hyperlink finger pointer.

  • CSS Visibility2:21

    Discover how css visibility controls content by toggling text between visible and hidden states, using the visibility property and a style tag in the head to show or hide paragraphs.

  • CSS Selectors12:03

    Learn how to use CSS selectors—type, class, id, and universal selectors—through embedded styles, applying targeted styles to headings, paragraphs, and nested elements with practical examples.

  • CSS Scrollbars2:26

    Learn to manage overflowing content by adding vertical or horizontal scrollbars with the css overflow property, and implement a scrollable box to observe left, right, and bottom scrollbars.

  • CSS Gradient4:10

    Master CSS gradients by building linear gradients in multiple directions (top-to-bottom, left-to-right, diagonals) and radial gradients with color stops, including repeating radial gradients, to create dynamic, colorful backgrounds.

  • CSS 2D Transform3:43

    Explore CSS 2D transformations by rotating elements by 20 degrees and skewing on the X and Y axes, with clockwise and anticlockwise demonstrations.

  • CSS 3D Transform2:55

    Explore CSS 3D transformation by rotating a box along the X, Y, and Z axes using rotate X, rotate Y, and rotate Z, with practical on-screen demonstrations.

  • CSS Animation10:20

    Learn how to build interactive CSS animations with keyframes, animating color transitions and element position, controlling duration, delay, iteration count, and direction to create engaging user interface effects.

Requirements

  • Basic Computer Knowledge
  • Basic HTML Knowledge

Description

Learn CSS Complete Course

CSS Course with basics and advanced concepts of CSS

  • Ever wonder how the latest website designs are made? Cascading Style Sheets (CSS) are the main coding files used to layout a website and its design. CSS 3 is the latest in styling standards, and it brings several new properties and declarations you can use to make your website design more easily created. CSS is currently the only standard in website design that plugs directly into your HTML, even the latest HTML 5 standards. With CSS 3 and HTML 5, you can create the latest interactive pages for your website viewers.

  • This course shows you how to create CSS classes from a beginner's level. It starts off with basic HTML declarations, properties, values, and how to include a CSS style sheet with your HTML code. For those of you who are new to CSS and HTML, we show you step-by-step how to create a CSS file and include it in your HTML code, even if you use a cloud server for your hosting.

  • We show you how to position your elements, layout your elements relative to your documents, and style your HTML using predefined CSS values. We introduce you to the common CSS styling that you'll need when you start off designing your pages. If you want to get to know CSS and website design, this course is meant for you, and it can be used by anyone who hasn't even seen one line of CSS code yet. We focus on the latest CSS 3 and HTML 5 standards, so you get the latest when coding your website pages instead of focusing on older code.

  • There are no prerequisites. Anyone Can join this course. It is recommended though that individual have some basic computer programming knowledge.


  • Course Topics


  • Introduction to CSS

  • Inclusion Of CSS In HTML

  • CSS Syntax

  • CSS Styling Text

  • CSS Page Backgrounds

  • CSS 2D Transform

  • CSS 3D Transform

  • CSS Animation

  • Thank you see you inside the course

Who this course is for:

  • For People New to CSS
  • For CSS Beginners
  • For People Who want to learn CSS Fundamentals and later Transition into Web Designing