KMKishan Mandorainkishanmandora.hashnode.dev·Nov 26, 2020 · 3 min readVS Code Shortcuts for BeginnersWhen you start programming and spend hours a day on computer you need to be productive and save as much as time as you can. So here are some shortcuts used in VS Code can improve your productivity. 1. Toggle Sidebar : You can toggle your side bar whi...03CDM
KMKishan Mandorainkishanmandora.hashnode.dev·Nov 25, 2020 · 6 min readCSS Flexbox GuideCSS is something Web Developers often struggle with. When I started to make static websites the first thing I wondered was how two or more divs were placed side by side in most of the sites. One way to do it is using "float" property in CSS but the r...01S