RKRavi Kumarinravi13.hashnode.dev·May 20, 2022 · 2 min readThe CSS Box ModelAccording to the box model every element is a rectangular box. The box-model properties are : (1) Width (2) Height (3) Padding (4) Border (5) Margin These are the key point of the box model which plays an important role in deciding the size of a bo...01M
RKRavi Kumarinravi13.hashnode.dev·Jan 11, 2022 · 1 min readIntroduction to unix, and basic shell commands.Unix is a family of os (operating system). Mac-os, Android, ios , linux etc. As a developer we will learn some basic unix commands to do variety of operations. Let's learn basic shell command: (1) pwd - prints present working directory. (2) ls - lis...00