diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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; +} + |