Armands Uiska
KPCKevin Powell - Community
•Created by Armands Uiska on 4/19/2023 in #front-end
How to fix outline overlap?

10 replies
KPCKevin Powell - Community
•Created by Armands Uiska on 4/14/2023 in #front-end
Is there a limit for CSS variable count?
How many will be enough or start to cause some performance problems?
8 replies
KPCKevin Powell - Community
•Created by Armands Uiska on 4/13/2023 in #front-end
Is this a bad approach?
70 replies
KPCKevin Powell - Community
•Created by Armands Uiska on 4/13/2023 in #front-end
Can someone explain me this?
<html>
<head>
<title>QUESTION</title>
</head>
<body>
<p>Why Link is centered, but Button is not?</p>
<a style="display: flex; justify-content: center;">LINK</a>
<button style="display: flex; justify-content: center;">BUTTON</button>
</body>
</html>
14 replies