In style.css, write a CSS selector for h2 elements with a class of .destination. Inside the selector’s curly braces, write this: font-family: cursive;
I did, and not running…
.destination{
font-family: cursive;
}
Did you write a selector for the h2 tag and destination class in style.css?
what’s wrong?