BNBadri nath Choudharyincss-grid-guide.hashnode.dev·Jan 10 · 4 min readGrid LayoutWhy to do element alignment in complex way using flexbox when you have Grid layout in CSS, also flexbox is only good for 1-D either in horizontal or vertical, But in Grid layout you can control elements position in 2-D How ? Let’s find it out. In thi...00
BNBadri nath Choudharyincss-specificity-algorithm-working.hashnode.dev·Jan 5 · 2 min readCSS Specificity Algorithmwhenever you define CSS style decoration, you have noticed that sometime for a single element we have assigned multiple decoration styles and we thought which style will that element gets when the website render in the browser ? e.g. <style> p{ color...00
BNBadri nath Choudharyincssguides.hashnode.dev·Jan 4 · 2 min readSimple CSS Tutorial for BeginnersCSS is the second language you learn during your full-stack web development journey or in your front-end development path. CSS is simply a language that makes your web skeleton (HTML page) attractive and stylish. Is it mandatory? Not really, but if y...00
BNBadri nath Choudharyinhowdnsworking.hashnode.dev·Dec 27, 2025 · 2 min readDNS Basics: What It is and Why It MattersIntroduction DNS, or the Domain Name System, works like the internet's global phonebook. When we search online, we use website names like google.com or facebook.com. However, our browser doesn't understand these names or can't locate the website usin...00