ADAnson Dsouzainansondsouza.hashnode.dev路Nov 30, 2023 路 1 min readTailwind Frame work usageNormal css <header> <div class="logo"></div> <div class="hero-Text"></div> <nav class="nav-bar"></nav> </header> header{ display: flex; align-items: center; justify-content: space-betw...00
ADAnson Dsouzainansondsouza.hashnode.dev路Nov 29, 2023 路 4 min readDid CSS Specificity trouble you? Not anymore馃殌Introduction A commonly heard phrase while working with front-end devs, I'm applying this property but it's not getting applied. This is because of a lack of understanding of CSS specificity. It is a crucial topic every front-end developer should mas...00