🛠 Tools ⚒
✅ Portfolio ✅
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 |