CSS Flexbox
Posted in flexbox css

What’s the most efficient way to reverse a flexbox row or column?

The most efficient way to reverse a flexbox row or column is by using the flex-direction property with the row-reverse or column-reverse values. This approach…

Continue Reading...
CSS
Posted in css CSS Frameworks css2 css3 flexbox css less SASS

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…

Continue Reading...
SASS
Posted in Angular angular 8 angularJS css css2 css3 flexbox css Interview less SASS SCSS

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…

Continue Reading...
SASS
Posted in css css2 css3 flexbox css Interview less SASS SCSS

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…

Continue Reading...
CSS Flexbox
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…

Continue Reading...