6
CSS BASICS PREPARED B Y ZAMA KH AN MOHAMMED | SOFT WARE DEVELOPER @ CISCO

CSS Basics

Embed Size (px)

Citation preview

Page 1: CSS Basics

CSS BASICS

PREPARED BY Z

AMA KHAN MOHAMMED | SOFTW

ARE DEVELOPER @

CISCO

Page 2: CSS Basics

CSS SYNTAXselector { property: value;}

Page 3: CSS Basics

CASCADING | SPECIFICITYCascading: (meaning in Dictionary)

Arrange (a number of devices or objects) in a series or sequence.

Specificity: Specificity is a weight that is applied to a given CSS declaration, determined by the number of each selector type in the matching selector. When specificity is equal to any of the multiple declarations, the last declaration found in the CSS is applied to the element.

Page 4: CSS Basics
Page 5: CSS Basics
Page 6: CSS Basics