diff --git a/frontend/styles_and_layout.md b/frontend/styles_and_layout.md index 99bfcda..5c56108 100644 --- a/frontend/styles_and_layout.md +++ b/frontend/styles_and_layout.md @@ -34,6 +34,10 @@ This project uses font-awesome for its icons, the following example allows for s ``` +## Colors + +Coloring can be added to many elements such as icons, sections etc. Available colors are `lightgreen`, `green`, `darkgreen`, `lightblue`, `blue`, `darkblue`, `lightred`, `red`, `darkred`, `lightyellow`, `yellow`, `lightorange`, `orange`, `white`, `lightgrey`, `grey`, `black`, `lightpurple`, `purple`, `darkpurple`, `lightteal`, `teal`, `darkteal`, `lightpink`, `pink`. + ## Form Elements ### Input with button @@ -60,6 +64,25 @@ The following snippet creates a dictionary button (e.g. for opening a popup wind ## Section +A section is a container for information that can and should be grouped together. + +```html +
+

Title

+
+ ... +
+
+``` + +Additional coloring of sections can be achieved by adding a coloring class. + +```html +
+ ... +
+``` + ## Tabs ## Tables