0% found this document useful (0 votes)
6 views

css question

The document consists of a comprehensive list of questions related to CSS, covering fundamental concepts such as the CSS Box Model, selectors, specificity, and properties like float, display, and positioning. It also addresses advanced topics like Flexbox, CSS Grid, responsive design, and animations. Overall, it serves as a guide for understanding various aspects of CSS and its application in web design.

Uploaded by

ymathsdoubt
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

css question

The document consists of a comprehensive list of questions related to CSS, covering fundamental concepts such as the CSS Box Model, selectors, specificity, and properties like float, display, and positioning. It also addresses advanced topics like Flexbox, CSS Grid, responsive design, and animations. Overall, it serves as a guide for understanding various aspects of CSS and its application in web design.

Uploaded by

ymathsdoubt
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

1. What is CSS?

2. What are the different ways to apply CSS to a web page?


3. What is the CSS Box Model?
4. What is the difference between class and id selectors in CSS?
5. What is specificity in CSS?
6. What is the !important rule in CSS?
7. What is the difference between padding and margin?
8. What are pseudo-classes in CSS?
9. What are pseudo-elements in CSS?
10. What is the float property in CSS?
11. What is the difference between display: none and visibility: hidden?
12. What is Flexbox in CSS?
13. What is the difference between position: absolute and position: relative?
14. What is CSS Grid?
15. What is the z-index property in CSS?
16. Explain box-sizing: border-box.
17. What is the difference between inline, block, and inline-block?
18. What is the purpose of the @media rule in CSS?
19. What is a CSS preprocessor?
20. What is the transition property in CSS?
21. What is the transform property in CSS?
22. What is a responsive design in CSS?
23. What is the calc() function in CSS?
24. What is a CSS animation?
25. What is opacity in CSS?
26. What are the different types of positioning in CSS?
27. How do you make a website mobile-friendly with CSS?
28. What is @font-face in CSS?
29. What are media queries in CSS?
30. What is the difference between em and rem units in CSS?
31. What is the vh and vw unit in CSS?
32. What is the box-shadow property in CSS?
33. What is the text-shadow property in CSS?
34. How can you make a circular image in CSS?
35. What are border-radius and how is it used?
36. What is a linear-gradient in CSS?
37. How do you center an element using CSS?
38. What is the visibility property in CSS?
39. What is the clip-path property in CSS?
40. How to create a sticky navbar in CSS?
41. What is the difference between inline and block elements?
42. How do you apply styles to a group of elements in CSS?
43. How do you make a responsive layout with Flexbox?
44. What are ::before and ::after in CSS?
45. What are position: fixed and position: sticky used for?
46. What is the opacity property in CSS?
47. What is the use of text-transform in CSS?
48. How do you apply a hover effect in CSS?
49. What is the cursor property in CSS?
50. What is the transform property in CSS?

You might also like