BFE.dev

Front-End Interview Questions

General knoweldge of Front-End development and behavioral questions.

tag: CSS
  • 9. explain how different CSS `position` property worksCSS
  • 10. what is the difference between `block` and `inline`?CSS
  • 27. Explain Box ModelCSS
  • 39. What are Pseudo Class and Pseudo Element?CSS
  • 74. How does @import works in CSS? What is the pros and consCSS
  • 82. What is the difference between reset.css and Normalize.cssCSS
  • 83. How to create a box with fixed Aspect Ratio in CSS?CSS
  • 84. How to create triangles with CSS?CSS
  • 113. How do you create retina hairline(0.5px line in CSS)?CSS
  • 114. What is CSS pixel and device pixel?CSS
  • 121. How to center an element vertically?CSSAmazon
  • 122. Explain the common CSS Relative length unitsCSS
  • 127. Tell us about CSS keywords: initial/inherit/unset/revertCSS
  • 128. Explain how position:sticky worksCSS
  • 129. how to create a responsive Square with CSS?CSS
  • 136. How to achieve responsiveness in your web app?CSS
  • 137. What does`flex:1` mean?CSS
  • 138. What is Block Formatting Context?CSS
  • 140. how does `clear` in CSS work?CSS
  • 143. How does responsiveness work?CSS
  • 156. what is `transform:translateZ(0)` for?CSS
  • 168. What is the difference between `display:none` and `visibility:hidden`CSS