Saturday, 18 June 2022

Open a popup containing text.

Promote Firefox adoption

(...)

Promote Firefox adoption

Firefox FAQ

Saturday, 11 June 2022


 

---- rajini169

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>

Test