Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Yin Yang
SUBMITTED BY:
Guest
DATE:
March 12, 2013, 11:48 a.m.
FORMAT:
CSS
SIZE:
628 Bytes
Raw
Download
Tweet
HITS:
1459
Go to comments
Report
#
yin-yang
{
width
:
96
px
;
height
:
48
px
;
background
:
#eee
;
border-color
:
red
;
border-style
:
solid
;
border-width
:
2
px
2
px
50
px
2
px
;
border-radius
:
100
%
;
position
:
relative
;
}
#
yin-yang
:
before
{
content
:
""
;
position
:
absolute
;
top
:
50
%
;
left
:
0
;
background
:
#eee
;
border
:
18
px
solid
red
;
border-radius
:
100
%
;
width
:
12
px
;
height
:
12
px
;
}
#
yin-yang
:
after
{
content
:
""
;
position
:
absolute
;
top
:
50
%
;
left
:
50
%
;
background
:
red
;
border
:
18
px
solid
#eee
;
border-radius
:
100
%
;
width
:
12
px
;
height
:
12
px
;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus