tutorial 4: vector graphics backgrounds and adapting code

watch it on YouTube

Notes

New CSS Covered

radial-gradient()
attribute used with the background-image property, an optional shape variable, and color values to create a patterned background in an HTML element.
linear-gradient()
attribute used with the background-image property, an optional degree variable (e.g. 180deg), and color values to create a patterned background in an HTML element.