ASAbhishek Sinhainwarsndpeace.hashnode.dev路Jul 27, 2022 路 3 min readCSS Selector - Point and Shoot CSS StylesHello , everyone Let's point and shoot !! But wait wait... you will say like Are you Serious its not BGMI 馃槀 Am i kidding ??? No not at all , i am talking about point means point to the html elements inside the document. Once you point to the elemen...00
ASAbhishek Sinhainwarsndpeace.hashnode.dev路Jul 27, 2022 路 3 min readAn easy way to Git - Beginner's GuideGit - A Version Control Software Git is a distributed version control software that basically allows multiple people to work in parallel and it saves a history of all changes made. Version control ???? What does that means Well It is the practice of ...00
ASAbhishek Sinhainwarsndpeace.hashnode.dev路Jul 23, 2022 路 2 min readMarkdown - Art of writing project documentationMarkdown was created by the John Gruber in 2004. It鈥檚 meant to be an easy to read and write syntax which converts easily to HTML (and now many other formats as well). Know more about Markdown. Markdown is a lightweight markup language. It allows us ...00
ASAbhishek Sinhainwarsndpeace.hashnode.dev路Jul 22, 2022 路 3 min readCSS Postion- Move the content where you wishPositioning elements in the right place as per requirement is important for a good looking website. That鈥檚 where the CSS position property can be a magic. The position property has five values that you can use to define how an element should be posit...00
ASAbhishek Sinhainwarsndpeace.hashnode.dev路Jul 22, 2022 路 2 min readPseudo Classes - The Easy way to doPseudo-Classes A CSS Technique to apply certain style to an html element when that element is at certain state. A CSS pseudo-class is simply a keyword added to the end of a selector separated by a colon. Here's what the syntax looks like: selector:...00