} .top { background-color:#EC0D10; } .middle { background-color: blanchedalmond; } .bottom { background-color:blue; } img { width:100px; border: solid 3px; filter: blur(1px); } img:hover { filter:blur(0px); } body { background-image: linear-gradient(white, gray, pink); } h1 { font-size: 50px; font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color:black; } h2{ font-size: 20px; font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace" } Untitled Document