In this tutorial, youβll learn:
π Introduction to CSS methods & precedence. ποΈ Understanding CSS syntax, selectors, and values. π― CSS selectors and specificity for styling. π Working with CSS fonts for size, family, and style. π Using CSS colors effectively for visual interest and readability. π¨ Creating backgrounds and gradients with CSS. π² Creating borders and shapes, like triangles and circles with CSS. π¦ Understanding the CSS box model for element layout. π Formatting CSS text with properties. π Creating CSS links and customizing appearance. πΌοΈ Changing element rendering with CSS display property. π Positioning elements with CSS, using absolute, relative, fixed, and sticky positioning.
https://www.youtube.com/watch?v=Qu0dbQxm6II&list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ
We hope that you found the tutorial video helpful in understanding the basic concepts of CSS, You can refer this notes π for quick revision.
Donβt worry about responsive design, we will implement responsive design after learning flexbox and grid.
In this tutorial, youβll learn: π Introduction to CSS Flexbox π CSS Flexbox Basics π Understanding the Display Property π Using the Flex-Direction Property π― Controlling Flex Items with Flex-Wrap Property π Combining Flex-Direction and Flex-Wrap with Flex-Flow Property π€ Aligning Items Horizontally with Justify-Content Property π₯ Aligning Items Vertically with Align-Items Property π Aligning Multiple Lines with Align-Content Property π² Adding Space Between Elements with Gap Property π’ Modifying the Order of Elements with Order Property π Expanding Elements with Flex-Grow Property π Shrinking Elements with Flex-Shrink Property π Setting the Default Size of Elements with Flex-Basis Property πͺ Combining Flex-Grow, Flex-Shrink, and Flex-Basis with Flex Property π Aligning Individual Elements with Align-Self Property
https://www.youtube.com/watch?v=3nLglJtUHjA&list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&index=4&ab_channel=VishalRajput
We hope that you found the tutorial video helpful in understanding the basic concepts of Flexbox, You can refer this notes π for quick revision.