1) Make a page that has the following tables. Set some class names items for the two tables, fname and lname and thing. FName Lname Thing --------------------- Bugs Bunny Funny Daffy Duck Stupid Super Man Powers FName Lname Thing --------------------- Motley Crue Rock Taylor Swift Ballad Bob Marley Drugs/Love 2) Make the CSS file set fnames to green, lnames to red, and things to pink. 3) When I hover over an lname, it turns blue. 4) The first table is narrow, the second table is wide. 5) fnames are centered in the column 6) Things have test right-to-left (look it up) 7) Use a linear gradient for the background. https://www.w3schools.com/cssref/func_linear-gradient.asp