Talking HTML
Talking HTML
Tom Norman
Eps 25: CSS Backgrounds – Talking HTML
15 minutes Posted Feb 10, 2016 at 10:56 pm.
0:00
15:31
Download MP3
Show notes

http://www.w3schools.com/cssref/css3_pr_background.asp Individual Properties Background -image Background -repeat Background -position Background -size Shortcode background : #cccccc url(“img_tree.gif”) no-repeat fixed top left; Multiple Background Images background -image: url(“img_tree.gif”), url(“img_flwr.gif”); Properties positioning: top, bottom, left, right, center repeat, repeat-x (horizontal), repeat-y (vertical), no-repeat, horizontal% vertical% (top left is 0% 0%) horizontalpos verticalpos – ex= (0px 0px), (0em, 0em) […]

The post Eps 25: CSS Backgrounds – Talking HTML appeared first on Schaffen Creative.