EXTRA-THINKFUL / Instagram-replica

0 stars 0 forks source link

Create our global css #3

Open javascript-ninja-123 opened 6 years ago

javascript-ninja-123 commented 6 years ago

Create our global css. By having a global css, we do not have to write the same CSS property over and over again, also it is the best practice to create consistent CSS.

You can use sketch file as a reference, but also feel free to just create something from scratch. for example //this is our main font-color .main-color{ color:black; } .page-padding{ padding:50px 0; }