nyasha.hashnode.devCheatsheet: Some most useful bash commandsBash is a popular default shell on Linux and macOS. Below are few bash commands to complete the following tasks: pwd : is for print the current working directory. cd : to navigate between directories on your computer. If you are in directory "temp" a...May 20, 2023·1 min read
nyasha.hashnode.devFlex-box Froggy Answers.FLEXBOX FROGGY GAME Level 1 justify-content: flex-end; Level 2 justify-content:center; Level 3 justify-content:space-around; Level 4 it needs space in between, the padding on left-right not needed like Level 3 justify-content:space-between; Lev...Apr 20, 2023·2 min read
nyasha.hashnode.devHow to enable HTML Emmet Expansion in VS Code [Windows].Just write "emmet.triggerExpansionOnTab": true Confused? Where to write? I'll guide you through it. Step 1: Open Vs code and go to files > preferences > settings (shortcut: " ctrl+, ") Step 2: There in the search bar type setting, scroll down, the...Apr 20, 2023·1 min read
nyasha.hashnode.devFLEXBOX CheatSheetFlex-box in CSS offers space distribution between items in an interface and powerful alignment capabilities.Below are a few important flexbox properties we'll discuss in this blog. justify-content align-items flex-direction order align-self f...Apr 13, 2023·2 min read