ASAkshata Sardeshpandeinakshatasag.hashnode.dev·Sep 25, 2022 · 4 min read#1 Why is Git importantHey there everyone! Welcome to complete Git Reference. First and foremost we are going to understand - What is Git? , What is the hype behind it?, Why you should worry about it and why should you be learning Git? I would like to clear one thing here,...00
ASAkshata Sardeshpandeinakshatasag.hashnode.dev·Sep 14, 2022 · 3 min readCSS SelectorsWhat is a Selector? In HTML, This is the element name at the start of the ruleset. It defines the element(s) to be styled. In CSS, it is called as the selector. p{ color: red; } In this example, p is the selector color is the property red is the pro...00