Andrzej Thingstad
Results
2
issues of
Andrzej Thingstad
What is the best way to add `.input:hover { -- some css code here --}`? Right now I have svolved it with creating an own `.inputHover:hover` class that I append...
I have a simple component that I want to center vertically and horizontally with flex-box. Is this not possible? When I add `alignItems: center` the buttons disappear to the right....