x
1
<link href='https://use.fontawesome.com/releases/v5.0.13/css/all.css' rel='stylesheet' type='text/css'/>
2
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script>
3
<script src='https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.1/clipboard.min.js'></script>
4
<center><h1>Hover and click copy</h1></center>
5
<h2>Code 1</h2>
6
<pre><code><style type="text/css">
7
div#comments:before{
8
content: "";
9
display: block;
10
height: 3px;
11
width: 100%;
12
background: #f0f0f0;
13
position: absolute;
14
top: 14px;
15
z-index: 1;
16
border-radius: 5px;
17
}
18
</style>
19
</code></pre>
20
21
<h2>Code 2</h2>
22
<pre><code><style type="text/css">
23
div#related-posts:before,.author-wrap:before{
24
content: "";
25
display: block;
26
height: 3px;
27
width: 100%;
28
background: #f0f0f0;
29
position: absolute;
30
top: 28px;
31
z-index: 1;
32
border-radius: 5px;
33
}
34
</style>
35
</code></pre>
36
<style>
37
#clpmsg,
38
#clpmsg::before,
39
.clpbrd {
40
position: absolute
41
}
42
43
pre {
44
position: relative;