Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. # # MaterializeCSS Cheatsheet
  2.  
  3. ### Grid
  4. Class | Description | Possible Values
  5. --- | --- | ---
  6. `row` | Create a row |
  7. `col` | Create a column |
  8. `offset-*` | offset| `s*` `m*` `l*` `xl*`
  9. `s*` | Small screen column size | `1 to 12`
  10. `m*` | Small screen column size | `1 to 12`
  11. `l*` | Small screen column size | `1 to 12`
  12. `xl*` | Small screen column size | `1 to 12`
  13. `container` | Container |
  14. `divider` | Divider |
  15.  
  16. ### Positioning
  17. Class | Description | Possible Values
  18. --- | --- | ---
  19. `*-align` | Align Text | `left` `right` `center`
  20. `*` | Float Item | `left` `right`
  21. `clearfix` | Clearfix Float |
  22. `hide` | Hide |
  23.  
  24. ### Colors
  25.  
  26. Class | Description | Possible Values
  27. --- | --- | ---
  28. `*` | BackGround Color | `teal` `red` `...`
  29. `lighten-*` | Lighten BackGround Color | `1` `2` `3` `4` `5`
  30. `darken-*` | Lighten BackGround Color | `1` `2` `3` `4`
  31. `accent-*` | Accent BackGround Color | `1` `2` `3` `4`
  32. `*-text` | Text Color | `teal` `red` `...`
  33. `text-lighten-*` | Lighten Text Color | `1` `2` `3` `4` `5`
  34. `text-darken-*` | Darken Text Color | `1` `2` `3` `4`
  35. `text-accent-*` | Accent Text Color | `1` `2` `3` `4`
  36.  
  37. ### Text
  38. Class | Description | Possible Values
  39. --- | --- | ---
  40. `truncate`| Truncate Text |
  41. `flow-text` | Responsive Text |
  42.  
  43. ### Images
  44. Class | Description | Possible Values
  45. --- | --- | ---
  46. `responsive-img` | Responsive Image |
  47.  
  48. ### Misc
  49. Class | Description | Possible Values
  50. --- | --- | ---
  51. `z-depth-*` | Shadow | `1` `2` `3` `4` `5`
  52. `hoverable`| hoverable content |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement