0% found this document useful (0 votes)
39 views7 pages

Web Design and Programming CH-3

This document discusses different CSS concepts including implementing CSS through inline, internal, and external styles, selectors like ID, class, element and nested selectors, CSS units, color types, box model properties like padding and margin, positioning, and challenges.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views7 pages

Web Design and Programming CH-3

This document discusses different CSS concepts including implementing CSS through inline, internal, and external styles, selectors like ID, class, element and nested selectors, CSS units, color types, box model properties like padding and margin, positioning, and challenges.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

WEB DESIGN AND

PROGRAMMING
CHAPTER-THREE
Cascading Style Sheets (CSS)
• Implementing CSS
• Inline
• Internal
• External
• Selectors
• Id
• Class
• Element
• Multiple Selectors
• Nested Selectors
• Dev Tools
• Fonts
• Serif
• Sans serif
• Web safe fonts
• External fonts
• Fall back fonts
CSS
• CSS Units
• Absolute
• Relative
• Colour Types
• Background
• Colour
• Background and Border
• Box Model
• Padding
• margin
• Box Shadow
• Float and Align
CSS
• Link state & Button
• Hover state
• Nav menu Styling
• Display Properties
• Inline
• Block
• Inline-block
CSS
• Positioning
• Static
• Not affected by tblr properties
• Relative
• Tblr values cause element to be moved from its normal position
• Absolute
• Positioned relative to its parent element that is positioned relative
• Fixed
• Positioned relative to viewport
• Sticky
• Positioned based on scroll position
• Z-index
CHALLENGE 1
CHALLENGE 2

You might also like