0% found this document useful (0 votes)
3 views1 page

Important CSS

Document outlines important CSS techniques including display properties like flex and grid for layout control, position for element placement, and margin vs padding for spacing. It also covers responsive design with media queries, animation with transitions, and user interaction with pseudo-classes. Additional techniques include z-index for layering, overflow for content management, and CSS variables for reusability.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Important CSS

Document outlines important CSS techniques including display properties like flex and grid for layout control, position for element placement, and margin vs padding for spacing. It also covers responsive design with media queries, animation with transitions, and user interaction with pseudo-classes. Additional techniques include z-index for layering, overflow for content management, and CSS variables for reusability.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Important CSS Techniques (Hinglish)

1. display: flex – Layout ko flexible banane ke liye (row/column easily control).

2. display: grid – Complex layouts ke liye (rows + columns dono).

3. position – Element ko exact jagah rakhne ke liye (relative, absolute, fixed, sticky).

4. margin vs padding – Margin bahar ka space, padding andar ka space.

5. box-sizing: border-box – Width calculation simple banane ke liye.

6. z-index – Kaunsa element upar dikhega decide karta hai.

7. overflow – Extra content ko hide ya scroll karne ke liye.

8. media queries – Responsive design ke liye (mobile, tablet, desktop).

9. transition – Smooth animation effects ke liye.

10. transform – Element ko move, scale, rotate karne ke liye.

11. :hover / :focus / :active – User interaction handle karne ke liye.

12. opacity / visibility / display – Elements hide/show karne ke different ways.

13. CSS Variables – Reusable values ke liye (:root).

14. ::before / ::after – Extra content add karne ke liye bina HTML change kiye.

You might also like