๐จ๐ปโ๐จ 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...)
โ What are the different units available in CSS
Please refer Mozila Developer document for the best understanding of itโ
em
,rem
andvmin
โ 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