Web Design and Programming CH-3
Web Design and Programming CH-3
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