Basic CSS Styling Lesson - - inspired by Elson's Notification Feature Tip:
Let's say you wanted to add special content to a special box, that has a thick dark blue border with a light blue background, to several paragraphs across your site - - here's what you could do to save time:
Add the following line of code to your Advanced CSS - - we are creating a class called mybluebox.
.mybluebox { ba…