summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authordan <[email protected]>2023-06-19 16:13:58 -0400
committerdan <[email protected]>2023-06-19 16:13:58 -0400
commitc3a9bc8c852b0a14348f50eddbcfdea0e1f6004c (patch)
tree52b05645e9d5f2324e9eab7a84dc18612ebf6bc6 /style.css
parentd95a6479d824d507cadb0e7a09d814d21b09f319 (diff)
downloadphoto-album-gen-c3a9bc8c852b0a14348f50eddbcfdea0e1f6004c.tar.gz
photo-album-gen-c3a9bc8c852b0a14348f50eddbcfdea0e1f6004c.tar.bz2
photo-album-gen-c3a9bc8c852b0a14348f50eddbcfdea0e1f6004c.zip
style: style creation stepsHEADmaster
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;
+}
+