summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index e69de29..26ccb13 100644
--- a/style.css
+++ b/style.css
@@ -0,0 +1,12 @@
+.steps {
+ margin-bottom: 1em;
+}
+.step {
+ border: solid thin;
+ padding: 0.7em;
+ border-radius: 1em;
+ margin: 0.14em;
+ display: inline-block;
+ box-sizing: border-box;
+}
+