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 |
Downloads: | 1429 |
Created: | 2016-12-26 |
Warning: Trying to access array offset on false in /home/tutovnfz/public_html/amp/article-amp.php on line 263
Others related eBooks about Cascading Style Sheets (CSS) Notes
Download free course Transforms in CSS, pdf file on 42 pages by Eric A. Meyer.
Download free course How to Code in HTML5 and CSS3, pdf file on 124 pages by Damian Wielgosik.
This book is for people who build for the web and want to add animation to their designs a..., download free CSS tutorial in PDF (90 pages) created by Donovan Hutchinson .
With this tutorial you will learn the secrets of HTML5 and responsive websites capable of interfacing with mobile devices as tablet or smartphone ,free PDF courses by Benjamin LaGrone .
Download complet course on CSS style sheets, PDF document on 327 pages for beginners. Training document created by StackOverFlow to get started with CSS.