5
2018
Sass and LESS: An Introduction to CSS Preprocessors
What is a CSS Preprocessor? The basic idea of a css preprocessor is a scripting language that extends regular CSS. When compared to the last few years, there were lots of repetitions in the CSS and html which required tasks to be styled again and again. Tasks which includes color codes, repeat throughout the stylesheet. These handful of inefficiencies have been identified and revised in preprocessors. In preprocessors, CSS is written in a slightly […]
29
2017
Beginners’ Guide to CSS (CSS for dummies)
CSS (Cascading Style Sheets) has become one of the most significant tools for building websites. CSS is mainly used to style and layout web pages, for example, to style the font color, size, spacing, split it into multiple columns, or add animations and decorative features. Explained below are the rules of CSS, how they are applied to HTML, how to specify length, color and other attributes in CSS. CSS rule CSS rule explains […]
28
2015
Responsive Web Designing – RWD
Responsive web designing is an approach where a website is built with fluid grids which fluidly change its layout to fit any screen size or device with a layout suited to that device. With the continuous growth of smartphones and tablet usage and the improvements of networks like 3G and 4G, browsing the Internet is now available for almost all the people around the world. As more people are beginning to use mobile devices and […]