Copy to Clipboard box for Blogs - Model 2
For blogging sometimes we need to add some codes or program that need to copy from the blog. So we can create a copy to clipboard box to simplify or make attraction to the blog. For that just copy the below html/CSS content and paste in your blog in html view. And replace the 'Paste Your Content here' with your content.
<br />
<div class="c-box" id="content">Paste Your Content here
</div>
<div class="r1">
<button class="cbtn" data-clipboard-target="#content">Click Here To Copy</button>
</div>
<br />