I Only Added w-full, Why Is My Button Text Centered? Understanding Browser Defaults
· 11 min read
I'm learning frontend development, and something weird just happened. I added only w-full to my button, and the text "Click me" became centered horizontally! 🤔 I didn't add any text-centering classes. My frontend mentor revealed something I never knew: browsers have default styles that help us without us even knowing. This conversation opened my eyes to the invisible CSS working behind the scenes.
