October 2017
Intermediate to advanced
522 pages
10h 9m
English
Let's add the button-alt class as well to each of the 3 Learn More buttons.
<a href="" class="button button-narrow button-alt">Learn More</a>
Now go to the CSS and type .button-alt as our new selector beneath our .button-narrow selector. I chose button-alt as the class because this is an alternative button color. Then, specify color as white and the border-color as white:
.button-alt { color: #fff; border-color: #fff;}
Save this, go to the site, and you will now see that we're almost there:

Read now
Unlock full access