I'm trying to design a wesite for mobile with a button in the top left corner, which is set to 100% height of the parent object. The width should be the same as the height, but I found only solutions with JS or JQuery. I like to have something like:
.hamburger {
height: 100%;
width: height;
}