Blog Text Box Frame

Hey everyone! I was wondering if it was possible to wrap text in a frame in the blog? I would like to ad some “definitions” in an article I am writing and I would like to differentiate them inside a frame. Thanks!

@messyj232

Yes, when I understand your desire.

This week, I have learned in the forum from Will Woodgate @willwood this code :wink:
It works also in a blog.

<div class="blog-box">Here summary</div>
<div class="blog-box">Here you can place your content.</div>

This code in CSS of the page

.blog-box { padding: 20px; box-shadow: 0px 1px 5px #c9c9c9; background: #ffffff; }

3 Likes

Oscar-
Thank you!!! I will try this out and let you know how it goes :slight_smile:

Oscar- I love this! It works beautifully! Thank you!!! :slight_smile:

My pleasure !
Thanks go to Will @willwood :wink: