Month: May 2024
-
When to use Uppercase and lowercase with components
Uppercase: Use Uppercase for React/Astro components on the first letter so we can differentiate between an html component. Example:<header></header> -> […]
-
CSS/Tailwind easy explanations
CSS vs TailWind Source: https://www.youtube.com/watch?v=LDVDho9NkUs color-scheme allows the OS to adjust the interfase. If we’re developing a black style then […]