Skip to content

onelife90/kokoa-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation


📚 Tech Stack 📚

👉 Platforms & Languages 👈


🛠 Tools ⚒


✅ Portfolio ✅



📷 Screenshots 📷



👌 3 Things I've learned 👌

Sort Things Summary
1 BEM
(Block Element Modifier)
- .btn {}: Block element
- .btn__price {}: ‘price’ element
- .btn--orange {}: modifier
2 Components Importing components into smaller units is easy to manage
ex:@import "components/nav-bar.css";
3 Z-index Screen layout order can be set with z-axis