diff options
author | Your Name <you@example.com> | 2025-04-23 19:56:39 -0600 |
---|---|---|
committer | Your Name <you@example.com> | 2025-04-23 19:56:39 -0600 |
commit | 6fb88f460c96f33d11f73fac083a672ee4262276 (patch) | |
tree | c6d039320b340a9663a67b68da694f1c7bae50d3 /styles.css | |
parent | c589a3b9a8855775a6756c5b6a4eb0a163c7e38c (diff) |
padding in index
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -58,3 +58,10 @@ a:active { background-color: transparent; text-decoration: underline; } + +div { + padding-top: 20px; + padding-right: 35px; + padding-bottom: 20px; + padding-left: 35px; +} |