Posts

Showing posts from August, 2023

CSS Interview Questions For 5 Years Of Experience

  How to create a half circle using css ?   How to create a triangle using css ?   How to create a carousel using css ? What are the benefits of using CSS preprocessors ? How can you implement responsive images ? Note:- You are expected to know        - CSS Interview Questions For Freshers        - CSS Interview Questions For 3 Years Of Experience Source:-  CSS Interview Questions For 5 Years Of Experience For more questions and answers visit our website at   Frontend Interview Questions

CSS Interview Questions For 3 Years Of Experience

Difference between display none and visibility hidden ? What are the new features in CSS3 ? What is the difference between active and focus pseudo classes ?  - What is CSS box sizing property ?   What is the box model in CSS ? How do you create a responsive design using CSS3 ?   How to align an element both vertically and horizontally at the center of it’s parent element  ? How to animate in css ? How to create a half circle using css ?   How to create a triangle using css ?   What is SCSS ?   What are mixins in SCSS ?   What are the benefits of using CSS preprocessors ? How can you implement responsive images ? Explain CSS flexbox with example ?   In CSS flexbox how to to put a child div which is on 3rd position inside the parent to top inside the parent container ? What is the difference between CSS grid and CSS flexbox ?   How to create a 9 square boxes with 3 rows and 3 columns using css ?   Source:- CSS Interview Questions for ...

CSS Interview Questions For Freshers

  Explain CSS position properties ? What is the difference between display inline , display inline block and display block ? What are the different types of Selectors in CSS ? What are pseudo elements and pseudo classes ? What are the new features in CSS3 ? What is the box model in CSS ? In how many ways can we add CSS to our HTML file? What is the difference between top and margin top ? What are media queries ? How to align an element both vertically and horizontally at the center of it's parent element ? Source:- CSS Interview Questions for freshers For more questions and answers visit our website at   frontend interview questions

Top 30 CSS Interview Questions And Answers

  Explain CSS position properties  ? What are pseudo elements and pseudo classes ? What is the difference between display inline, display inline block and display block ? Difference between Display none and Visibility hidden ? In how many ways can we add CSS to our HTML file ? What are the new features in CSS3 ? What are the different types of Selectors in CSS ? What is the difference between active and focus pseudo classes ? What is CSS box sizing property ? What is the box model in CSS ? What is the difference between top and margin top ? What is the difference between bottom and margin bottom ? What is the difference between vh, px and percent ? What is the difference between rem and em ? What is :root in css ? What is the meaning of 1. div ~ p 2. div + p 3. Div > p in CSS ? important What are media queries ? How do you create a responsive design using CSS3 ? How to align an element both vertically and horizontally at the center of it’s parent element  ? How to anim...