Tinted Images with Multiple Backgrounds and Multiple background images
The background property in css can accept comma separated value. "Multiple" backgrounds.
.tinted-image{
background: linear-gradient ( rgba( 255, 0, 0, 0.45), rgba( 255, 0, 0, 0.45), )
}
background: linear-gradient ( rgba( 255, 0, 0, 0.45), rgba( 255, 0, 0, 0.45), )
}
Which CSS Measurements To Use When
It can be difficult for web developers to understand which units to use where, and when, on their pages.
Pixels ( px ), Percentage ( % ), em, ex, Points and Picas
Pixels
Use for: hairline borders and general elements when creating fixed-width designs.
Percentage
Use for: making responsive images and containers; setting height on the body in some cases.
em, ex
Use for: typography, and elements related to typography.
Points and Picas
Use for: print stylesheets.
I love Typography
Expletus Sans is a fifteen-year old google free font
It was March 2nd, 2011. For more details Click me:-
No comments:
Post a Comment