📄️ Introduction To css
What is css?
📄️ Three ways to integrate CSS in HTML
Implementing CSS:
📄️ Introduction To Border Radius and border
Border
📄️ Box Model
The CSS Box Model is a fundamental concept that describes how elements on a webpage are rendered and how their dimensions are calculated. It consists of four layers: content, padding, margin, and border. In this guide, we'll explore the concepts of padding and margin, and provide examples to illustrate their usage.
📄️ Box Shadow
The box-shadow property is used to add one or more shadows to an element. It allows you to create visually appealing effects, such as giving the illusion of depth or highlighting elements.
📄️ TEXT Align
The text-align property is used to specify the horizontal alignment of the text within its containing element. It allows you to control how the text is aligned, whether it's aligned to the left, right, center, or justified.
📄️ Hover
The :hover selector is used to apply styles to an element when it is being hovered over by the mouse. It allows you to add interactive effects to elements on your web page.
📄️ Font Family
The font-family property is used to specify the font family for the text content of an element. It allows you to define a prioritized list of font families to be used for rendering the text. If the first font is not available, the browser will try the next one in the list, and so on.
📄️ Color Theory
There are different ways to add css colors.
📄️ Inline,Block and Inline-Block Elements
## Display Properties: