Contenido del Curso
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
Composing Multiple Animations
We can use the shorthand form to specify all animation properties. The syntax is following:
Let's rewrite the next properties briefly.
Long way
shorthand
It looks so confusing, and we can miss some value easily. However, we have such an opportunity.
Note
For the browser, there is no difference between the shorthand and the long way of specifying the animation.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 4. Capítulo 5