Category: less
An introduction to responsive font-sizes
Responsive font sizes can be enabled by using viewport relative units. By combining a base size (1em) and a viewport-related unit (vmin, or viewport-minimum of the smallest…
Sass Interview Questions & Answers
1) What is Sass? Explain SASS stands for Syntactically Awesome Style Sheets. SASS is the extension of the CSS which describes the document in a…
What is Sass?
What is Sass? (syntactically awesome style sheets) Sass is a CSS preprocessor, which adds special features such as variables, nested rules and mixins (sometimes referred…
Posted in Bootstrap Bootstrap 4 css CSS Frameworks css2 css3 flexbox css Foundation less Material UI Materialize SASS SCSS Zurb Foundation
CSS Flexbox interview and Question
Flexbox is a one-dimensional layout method for laying out items in rows or columns. Items flex to fill additional space and shrink to fit into smaller…