diff options
author | dan <[email protected]> | 2023-06-19 16:13:58 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-06-19 16:13:58 -0400 |
commit | c3a9bc8c852b0a14348f50eddbcfdea0e1f6004c (patch) | |
tree | 52b05645e9d5f2324e9eab7a84dc18612ebf6bc6 /style.css | |
parent | d95a6479d824d507cadb0e7a09d814d21b09f319 (diff) | |
download | photo-album-gen-c3a9bc8c852b0a14348f50eddbcfdea0e1f6004c.tar.gz photo-album-gen-c3a9bc8c852b0a14348f50eddbcfdea0e1f6004c.tar.bz2 photo-album-gen-c3a9bc8c852b0a14348f50eddbcfdea0e1f6004c.zip |
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; +} + |