Snippets
-
font-size 62.5
Setting font-size in a root element to 62.5%.
-
Responsive images
In order to create responsive image you need to add max-width:100% property to <img> and set width and height properties to auto. The width and height could be omitted if there were no predefined values for them.
-
Gradients
The CSS gradients are types of background images and represents smooth transitions between colors.