kugarocks
Results
2
issues of
kugarocks
Sorry, my mistake, excellent code.
In bootstrap, the box-sizing is border-box. ``` css * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } ``` To fix this, just overwrite it when styling the white keys. ```...