PBPankaj Bhadaneinpankajkb.hashnode.dev·Dec 2, 2022 · 3 min readCSS : PositionsPositions play a vital role while styling and positioning elements in CSS. There are five main positions we should focus on : Static Relative Absolute Fixed Sticky Position: Static The "Static" is default position of every/any element you add to...00
PBPankaj Bhadaneinpankajkb.hashnode.dev·Nov 16, 2022 · 3 min readCSS : selectors and pseudo-selectorsWhat are selectors and why should we learn them ? When we have to style an HTML element we go with this approach h1 { color: #12B0E8; } It will work as intended and change the color of all the "h1" elements inside the html file with the given color,...01A
PBPankaj Bhadaneinpankajkb.hashnode.dev·Nov 7, 2022 · 3 min readIntroduction to Web and HTMLThe Web ok, we know what is web ? it's just the internet right ?, it all the the Facebook, Mail, Gpay, Reels, YouTube cat videos and stuff let's skip to the good part and see how it actually works what are it's engine and fuel ? on which it is runni...01Z