aboutsummaryrefslogtreecommitdiff
path: root/guides/css.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/css.md')
-rw-r--r--guides/css.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/guides/css.md b/guides/css.md
new file mode 100644
index 0000000..94555f8
--- /dev/null
+++ b/guides/css.md
@@ -0,0 +1,11 @@
+## CSS
+
+- Prefer Flexbox
+
+- Classes should describe elements and not be generic (`Bigbox` -> `FAQContainer`)
+
+- Mobile: <= 620px
+
+- Tablet: 620px - 1024px
+
+- Desktop: > 1024px