Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Hexagon
SUBMITTED BY:
Guest
DATE:
March 5, 2013, 10:25 a.m.
FORMAT:
CSS
SIZE:
585 Bytes
Raw
Download
Tweet
HITS:
1146
Go to comments
Report
#
hexagon
{
width
:
100
px
;
height
:
55
px
;
background
:
red
;
position
:
relative
;
}
#
hexagon
:
before
{
content
:
""
;
position
:
absolute
;
top
:
-25
px
;
left
:
0
;
width
:
0
;
height
:
0
;
border-left
:
50
px
solid
transparent
;
border-right
:
50
px
solid
transparent
;
border-bottom
:
25
px
solid
red
;
}
#
hexagon
:
after
{
content
:
""
;
position
:
absolute
;
bottom
:
-25
px
;
left
:
0
;
width
:
0
;
height
:
0
;
border-left
:
50
px
solid
transparent
;
border-right
:
50
px
solid
transparent
;
border-top
:
25
px
solid
red
;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus