Quote:
Originally Posted by JSWolf
Code:
<h2>One <span class="h2">Old Man Arlo’s dogs</span></h2>
Code:
.h2 {
font-size: larger;
}
That will do what you want.
|
The current css is doing that, but without the class on the span. The current css is using the "h2 span" combinator which matches spans inside an h2. I'm getting the larger part and I want to make the h2 text even smaller.