DSDevansh Soniindev108.hashnode.dev·Jul 28, 2022 · 3 min readPseudo Elements and Classes in CSSAdd some beautiful styles to your element based on the user's event on elements like hovering, focusing an element, etc. Pseudo Classes are mainly used to add some modification in styles of your element based on the state of your element. Pseudo-clas...00
DSDevansh Soniindev108.hashnode.dev·Jul 26, 2022 · 3 min readElement Positioning in CSSAs we know that styling is so much important for us as web designers. CSS is the beauty of our Websites over the internet. Positioning is a very core concept of CSS which helps us to define the element's position on a Web Page. By Position, we simpl...00
DSDevansh Soniindev108.hashnode.dev·Jul 23, 2022 · 5 min readGIT Cheat Sheet > Developer's Old FriendBefore heading towards the content about GIT, let's first understand what generates the requirement for a Tool like GIT. Requirement for a Tool like GIT While working on a Software Engineering Project whether it is a Web Application, Backend Server,...00
DSDevansh Soniindev108.hashnode.dev·Jul 23, 2022 · 4 min readWrite your readme.md file for Github like a ProEvery Freelancing Project or an Industrial Project requires a file that guides users to the Project about its functionality or maybe a sequence of steps that are required to complete the project set up in their environment. Readme.md on Github or an...00