๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ Styling (CSS and SCSS) Questions

  • โŒ What are the different ways to apply CSS
  • โŒ What is selector and how will that solve the problem
  • โŒ Selector that match only links ends (.zip, .Zip, .ZIP...)
a[href$='.zip' i]:after {
content: 'โ†“';
}
  • โŒ What are the different units available in CSS
    Please refer Mozila Developer document for the best understanding of it

  • โŒ em, rem and vmin

  • โŒ Describe float? and its working

  • โŒ How CSS file/ Style files compile

  • โŒ How Styling will be taken place in browser

  • โŒ How CSS applies to a HTML element

  • โŒ CSS Specificity

  • โŒ Resting & Normalizing CSS

  • โŒ What is BEM and why its required

  • โŒ CSS Architecture (BEM)

  • โŒ Explain Flexbox

  • โŒ Explain Grid System in CSS

  • โŒ Flexbox vs Grid

  • โŒ Explain Media Query

  • โŒ How do you build responsive application using Media Query

  • โŒ CSS display properties

  • โŒ Hidden vs Visibility vs display

  • โŒ CSS Position properties

  • โŒ absolute vs relative

  • โŒ CSS Animation

  • โŒ What are the CSS pseudo class

  • โŒ Explain Spirit in CSS

  • โŒ Inheritance in css

  • โŒ Critical CSS

  • โŒ Clearfix method with an example

  • โŒ Resting vs Normalization

  • โŒ How z-index works and How stacking context is formatted

  • โŒ Block Formatting Context (BFC)

  • โŒ Twinning

  • โŒ Anatomy of CSS rule

  • โŒ CSS Elements

  • โŒ Box Model

  • โŒ Overflow

  • โŒ Pseudo Element & class

  • โŒ CSS Accessibility

  • โŒ SVG and Canvas

  • โŒ What approach we should follow to build an app for mobile, tablet and desktop

  • โŒ What are the styling best practice

  • โŒ Browser Specific styling

  • โŒ Optimize the webpage for print

  • โŒ How do you gauge the CSS coverage in browser

  • โŒ What are the css frameworks

  • โŒ What is loader for css and why its required

  • โŒ Why loader is required for sass

  • โŒ What make app PWA

  • โŒ How do you maintain CSS for an enterprise application

  • โŒ What a11y and why is that important

  • โŒ What are the different CSS UI Framework is available

  • โŒ How do you debug CSS Code

  • โŒ How .module.css is different from .css

SCSS

  • โŒ What are the CSS Preprocessor
  • โŒ SASS vs SCSS
  • โŒ CSS preprocessor difference
  • โŒ What is mixin how to use it
  • โŒ extend method in mixin
  • โŒ 7 to 1 architecture
Last updated on by Abhin Pai