Saturday, 18 June 2022
Saturday, 11 June 2022
Hover and click copy
Code 1
<style type="text/css">
div#comments:before{
content: "";
display: block;
height: 3px;
width: 100%;
background: #f0f0f0;
position: absolute;
top: 14px;
z-index: 1;
border-radius: 5px;
}
</style>
Code 2
<style type="text/css">
div#related-posts:before,.author-wrap:before{
content: "";
display: block;
height: 3px;
width: 100%;
background: #f0f0f0;
position: absolute;
top: 28px;
z-index: 1;
border-radius: 5px;
}
</style>
Subscribe to:
Comments (Atom)

