Cascading Style Sheets (CSS) Notes

Cascading Style Sheets (CSS) are used to define the layout of Web pages.

Now, your HTML code will be used only to define the structure of your contents while the CSS will allow you to create your styles and your layout.

CSS is a very effective new way to apply styles to HTML elements.

They allow you to set any style property such as border, character type, background color, space between letters, and so on. (We will come back later on how to do this).

There are three main ways to apply CSS styles:

  • In the code body (X) HTML;
  • In the header of the page;
  • In a style sheet completely separate from the HTML (X) code.

Table of contents

  • What is CSS?
  • Styles Solved a Big Problem
  • CSS Saves a Lot of Work
  • CSS Syntax
  • CSS Selectors
  • CSS Element Selector Example
  • CSS Comments
  • The id and class Selectors
  • The class Selector
  • Three Ways to Insert CSS
  • External Style Sheet
  • Internal Style Sheet
  • Inline Styles
  • Multiple Styles Will Cascade into One
  • CSS Background Properties
  • Background Color
  • Background Image
  • Background Image - Repeat Horizontally or Vertically
  • Background Image - Set position and no-repeat
  • Background - Shorthand property
  • CSS Border
  • Text Transformation
  • Text Indentation
  • Grouping Selectors
  • Nesting Selectors
  • Static Positioning
  • What is CSS Float?
  • How Elements Float
  • Navigation Bars
Size : 316.22 Kb
File type : pdf
Downloads: 1455
Created: 2016-12-26

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others CSS Tutorials

HTML5 and responsive Web design

Cascading style sheets (CSS) free pdf tutorial

Transforms in CSS

CSS Animation 101

CSS Notes for Professionals

Others related eBooks about Cascading Style Sheets (CSS) Notes

Acceptance Test Driven Development with React

This book describes how to apply the Acceptance Test Driven Development when developing a ..., download free React tutorial in PDF (182 pages) created by Juntao Qiu ....

The HTML Handbook

Download free course The HTML Handbook, pdf file on 87 pages by Flavio Copes....

Introduction to ASP

With this tutorial you will learn how to create dynamic web pages with ASP ,a brief introduction in PDF under 8 pages designated to beginners....

Download JavaScript course

Download Javascript tutorials for student, free training document in PDF by Patrick Hunlock....

Learning HTML5 Canvas

Download free course Learning HTML5 Canvas, pdf file on 198 pages by Stack Overflow Community....

AJAX basics

This tutorial provides some basics Ajax process ,training document in PDF under 38 pages for beginners....

HTML5 Canvas Notes for Professionals

Download free course HTML5 Canvas Notes for Professionals, pdf file on 180 pages by Stack Overflow Community....

The JavaScript Way

Love it or hate it, JavaScript is avidly eating the world of software development. From we..., download free JavaScript tutorial in PDF (288 pages) created by Baptiste Pesquet ....

Building Front-End Apps with AngularJS and Parse.com

This tutorial book shows how to build JavaScript front-end web applications with AngularJS and the cloud storage service Parse.com. By learning from the examples provided in the book, you can quickly improve your understanding of basic concepts and techniques, and by downloading the complete code of...

Introduction to web development with Python and Django

Download introduction to web development with Python and Django, free training document in PDF under 28 pages....