/*
Assignment Name: Thumbnail Exercise
File Name: labex4.css
Date: 10/29/18 
Programmer: Mary Grace A. Gusso
*/



body{
    background-color: antiquewhite;
}

h3{
    font-weight: bold;
}

img {
    width: 200px;
    height: 100px;
    border: none;
}