CSS Menu Button
by sturobson
HTML
<div id="lines"></div>
CSS
body { padding: 5%; }
#lines{
border-bottom: 17px double black;
border-top: 6px solid black;
content:"";
height: 5px;
width:30px;
}
by sturobson
<div id="lines"></div>
body { padding: 5%; }
#lines{
border-bottom: 17px double black;
border-top: 6px solid black;
content:"";
height: 5px;
width:30px;
}