VBVivek Bhattininsightblog.hashnode.dev·Feb 23, 2023 · 5 min readRem vs Em:In my initial days of learning CSS, I use the "px" unit everywhere in my CSS. But with time by watching many youtube tutorials I shifted from using "px" to "rem". The reason for using "rem" is that it is a relative unit whereas "px" is an absolute un...00
VBVivek Bhattininsightblog.hashnode.dev·Feb 15, 2023 · 10 min readDifference between "==" & "===""A little knowledge is a dangerous thing". In this blog, I will talk about a specific topic about which I ask everyone and I got the same answer(which is not correct obviously). The topic which I will be covering in this blog is the difference betwe...00