Commit 692be715 by Corey Koval

Added Border to Burger Bars

parent 6ad49ac3
...@@ -36,11 +36,12 @@ body { ...@@ -36,11 +36,12 @@ body {
display: block; display: block;
width: 40px; width: 40px;
height: 5px; height: 5px;
margin-bottom: 5px; margin-bottom: 3px;
position: relative; position: relative;
background: #eee; background: #eee;
border-radius: 3px; border-radius: 3px;
border: 1px solid black;
z-index: 1; z-index: 1;
...@@ -71,6 +72,8 @@ body { ...@@ -71,6 +72,8 @@ body {
#menuToggle #burgerbars:checked ~ .borger { #menuToggle #burgerbars:checked ~ .borger {
opacity: 1; opacity: 1;
transform: rotate(45deg) translate(-3px, -2px); transform: rotate(45deg) translate(-3px, -2px);
border: none;
margin-bottom: 5px;
/* background: #232323; */ /* background: #232323; */
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment