//<h1 class='title'>Top Vacation Spots</h1>
.title {
color: teal;
}
//allows you to add two effects <h1 class='title uppercase'>
.uppercase {
text-transform: uppercase;
}
//<h1 class='title'>Top Vacation Spots</h1>
.title {
color: teal;
}
//allows you to add two effects <h1 class='title uppercase'>
.uppercase {
text-transform: uppercase;
}