Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
CSS
Rating: 4.6 out of 5(13 ratings)
94 students

CSS

Cascading Style Sheets (CSS) is a great way to further your web site building skills.
Created byLearnit Anytime
Last updated 6/2013
English

What you'll learn

  • Advanced Formatting and Style with CSS

Course content

3 sections31 lectures1h 23m total length
  • How CSS Works4:04

    Learn how cascading style sheets redefine tags and apply classes to set defaults for elements like the body and headings, enabling consistent typography and layout.

  • CSS Set Up3:28

    Learn to set up css by declaring the doctype, adding a head style section with type text/css, and using comments to hide css from old browsers.

  • Redefine Body5:17

    Learn to redefine the body tag in CSS: set font family, size, color, and style; adjust background; modify tables and images by removing borders with curly braces and colons.

  • Redefine h1 & h24:01

    Learn how to redefine h1 and h2 tags in CSS, apply text-transform to uppercase or lowercase, and use negative bottom margins to tighten spacing.

  • Redefine td & img3:19

    Learn to lay out tables with CSS by redefining td to vertical-align: top and removing borders from linked images, while redefining body, h1, h2, td, and img selectors.

  • Creating Classes3:41

    name a css class with a dot, define properties like background color and font size, apply it to elements via the class attribute, and reuse it across cells.

  • Setting Padding2:04

    Learn how to apply padding in CSS by targeting individual sides or using the clockwise shorthand, adjusting top, right, bottom, and left values to create space inside elements.

  • Background Images2:28

    Learn to apply background images in CSS, control tiling with no-repeat, and combine background color with an image for smoother loading, by applying styles to a cell, body, or both.

  • No-Repeat Bkg0:58

    Set a non-repeating background in CSS with background-repeat: no-repeat, then move the image to the bottom using background-position to align with a pattern and curved edge.

  • External Styles3:02

    Learn how to create an external stylesheet, link it to your page, and apply shared styles across pages for faster downloads and easier maintenance.

  • Inline Style1:28

    Apply inline styles by adding a style attribute directly to an element to set CSS properties, such as font-size: 24px, useful for single-use styling or emails without a head.

  • Using Span1:22

    Discover how the span tag enables inline styling by applying a style attribute to a specific word, such as setting font size to 10px and color to red.

  • Course Check List1:01

    Navigate the CSS course checklist to structure your learning and track progress through the CSS course.

Requirements

  • HTML

Description

Once you're familiar with HTML, Cascading Style Sheets (CSS) is a great way to further your web site building skills. CSS is used to extend the formatting and stylistic capabilities of your HTML documents, allowing greater flexibility and control in page layout and design.  In this course, you will find worksheets and sample files to play with.  This 2 hour course will allow your designer fingerprint on any website.

Who this course is for:

  • Advanced Web Developers