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 --- index.html | 21 ++++++++++++++++----- style.css | 12 ++++++++++++ 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 0bcd335..3d1a0c7 100644 --- a/index.html +++ b/index.html @@ -6,14 +6,25 @@ - - - - +

Create Album

+
+ + 1.) + + + + + 2.) + + + + 3.) + + +

Album Preview

- 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