MGManish Guptainmanish-gupta.hashnode.dev·Sep 6, 2022 · 4 min readStruggling To Learn To Code ?Hey, are you also struggling to learn to code? If yes then read this, and you'll get an idea about what to do next to get better output. Let me share my short story, Initially when I started my programming journey, I also struggle a lot in starting. ...00
MGManish Guptainmanish-gupta.hashnode.dev·Sep 6, 2022 · 3 min readget started with open sourceOpen source is the source code of a project which made public so that anyone can see their code, modify the bugs, fix those issues and contribute in that project and became a contributor of that project. Open-Source Contribution involves contributing...00
MGManish Guptainmanish-gupta.hashnode.dev·Sep 6, 2022 · 3 min readCss Box SizingCSS BOX SIZING In CSS, Box Sizing tells the user how the total width and height of an element is calculated, should they include padding and borders in an element's total width and height, or not? In simple words Box Sizing = height + width + padding...00
MGManish Guptainmanish-gupta.hashnode.dev·Sep 6, 2022 · 2 min readCSS FlexboxFlexbox Flexbox is a one-dimensional layout model that provides a method to offer space distribution and powerful alignment capabilities. Before flexbox, we align elements using Float and Position Property, It would be a little painful to align item...00
MGManish Guptainmanish-gupta.hashnode.dev·Sep 6, 2022 · 5 min readGetting Started With CSSWhat is CSS? CSS stands for Cascading Style Sheets Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g., fonts, colors, spacing) to web pages. CSS is used to make awesome and beautiful web pages. Although we can make webpages ...00