Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Magnifying Glass
SUBMITTED BY:
Guest
DATE:
March 15, 2013, 4:39 a.m.
FORMAT:
CSS
SIZE:
604 Bytes
Raw
Download
Tweet
HITS:
1744
Go to comments
Report
#
magnifying-glass
{
font-size
:
10
em
;
/* This controls the size. */
display
:
inline-block
;
width
:
0.4
em
;
height
:
0.4
em
;
border
:
0.1
em
solid
red
;
position
:
relative
;
border-radius
:
0.35
em
;
}
#
magnifying-glass
::
before
{
content
:
""
;
display
:
inline-block
;
position
:
absolute
;
right
:
-0.25
em
;
bottom
:
-0.1
em
;
border-width
:
0
;
background
:
red
;
width
:
0.35
em
;
height
:
0.08
em
;
-webkit-
transform
:
rotate
(
45
deg
);
-moz-
transform
:
rotate
(
45
deg
);
-ms-
transform
:
rotate
(
45
deg
);
-o-
transform
:
rotate
(
45
deg
);
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus