📝 Made note of kevin powell's only default css

This commit is contained in:
z3rOR0ne 2023-04-14 03:03:52 -07:00
parent 13ca622075
commit c51a96dd6e

View file

@ -0,0 +1,6 @@
/* Kevin Powell's root recommendation for '*'' */
*,
*::before,
*::after {
box-sizing: border-box;
}