From c3a9bc8c852b0a14348f50eddbcfdea0e1f6004c Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 19 Jun 2023 16:13:58 -0400 Subject: style: style creation steps --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'style.css') 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; +} + -- cgit v1.2.3