
How to utilization Material blueprint color boxes-In this article nosotros volition explicate yous how to beautify your weblog or website alongside beautiful material design color box for custom How to Create Stylish CSS Note Box as well as CSS Notification Boxes using shortcode.Now days every blogger endeavour to brand their post to a greater extent than beautiful as well as unique as well as this is the best agency to add together colored blueprint boxes betwixt your post to highlight simply about important notice, quotes, headlines etc.
Why You should purpose Color box
One of the chief argue is yous must purpose color box inwards your long article is to brand the reader does non larn bored alongside writing from overstep to bottom without whatsoever note, quotes etc does non brand hold off beautiful your article.So inwards guild to run out on engage your visitors alongside your content yous must utilization unique blueprint as well as must purpose cloth blueprint color boxes inwards guild to larn readers attention. Interested to brand it? delight follow the tutorial below.
Installation Steps:
#1. Go to Blogger > Template > Edit Html
#2. Copy the below CSS as well as glue it simply earlier the ]]></b:skin> or </style>
/* Material Design Color Boxes past times bloggersstand.com*/#3. Now relieve your template.
.bsdcolorboxes{overflow:hidden;position:relative;margin:.6rem 0 1rem;transition:box-shadow .26s;border-radius:3px;color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,0.16),0 3px 10px 0 rgba(0,0,0,0.12);padding:21px;font-size:15px}
.bsdcolorboxes.blue{background:#449d48}
.bsdcolorboxes.green{background:#4CAF50}
.bsdcolorboxes.red{background:#f5554a}
.bsdcolorboxes.orange{background:#ffa219}
.bsdcolorboxes.purple{background:#7446c4}
Finally nosotros are going to add together the cloth blueprint color boxes into the article.For that simply alter the fashion compose to html as well as re-create the whatsoever color code of your choice.
#1. Material Design Color Box Purple-
<div class="bsdcolorboxes purple">#2. Material Design Color Box Red-
Material blueprint color box purple.
</div>
<div class="bsdcolorboxes red">#3. Material Design Color Box Orange-
Material blueprint color box red.
</div>
<div class="bsdcolorboxes orange">#4. Material Design Color Box Blue-
Material blueprint color box orange.
</div>
<div class="bsdcolorboxes blue">#5. Material Design Color Box Green-
Material blueprint color box blue.
</div>
<div class="bsdcolorboxes green">Save as well as Publish.
Material blueprint color box green.
</div>