reading-notes

Code-Fellows reading notes.

View the Project on GitHub bkasprzyk19/reading-notes

<==Back

Reading From the Duckett HTML book:

Chapter 16: “Images” (pp.406-427) Chapter 19: “Practical Information” (476-492)

Images in CSS


#gradient{


background-color: blue
backgroung image: -moz-linear-gradient('insert color numbers here');

}