Course Content
Advanced CSS Techniques
Advanced CSS Techniques
1. Getting Started with Advanced CSS
2. Mastering CSS Positioning
Understanding CSS PositioningRelative Positioning ExplainedChallenge: Apply Relative PositioningAbsolute Positioning in CSSChallenge: Implement Absolute PositioningFixed Positioning for Sticky UI ElementsChallenge: Work with Fixed PositioningSticky Positioning for Dynamic LayoutsChallenge: Master Sticky PositioningManaging the Stacking Order of ElementsChallenge: Control Z-Index and Overlapping ElementHandling Content Overflow in CSS
5. Transforming Elements with CSS
7. CSS Preprocessors and Sass
Challenge: Inspecting Adaptive Layout
Task
Evaluate the responsiveness and adaptiveness of the website presenting information about different food. The webpage is currently designed to be responsive in the first part and adaptive in the second part. There are 4 breakpoint spots to consider:
300px
: Small smartphones.480px
: Large smartphones.720px
: Tablets.1200px
: Desktops.
Open the webpage in a new window using the "Open preview in new window" button in the bottom left corner of the sandbox. Change the viewport width and observe the differences in layout and styles at each breakpoint.
Note
If you need help with how to proceed, there are instructions in a recording below the sandbox.
Everything was clear?
Thanks for your feedback!
Section 6. Chapter 5