diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-21 22:55:05 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-21 22:55:05 +0300 |
| commit | 76ac2995b1c460f852816a3271fc7777d12b632d (patch) | |
| tree | 5a381cbc06bda11c4416acc6a5d09baa07defc34 /css | |
| parent | 08a46199086b119cb731d4f78425354ba85a80d9 (diff) | |
| download | httpy-76ac2995b1c460f852816a3271fc7777d12b632d.tar.gz httpy-76ac2995b1c460f852816a3271fc7777d12b632d.zip | |
Update about page and style changes
Diffstat (limited to 'css')
| -rw-r--r-- | css/styles.css | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/css/styles.css b/css/styles.css index c35da80..970fbe7 100644 --- a/css/styles.css +++ b/css/styles.css @@ -4,10 +4,14 @@ background: transparent; } -p { +p, li { padding-top: 4px; } +ul { + padding-left: 16px; +} + body { font-family: Arial, Helvetica, sans-serif; color: white; @@ -17,6 +21,12 @@ body { min-height: 100vh; } +button { + padding: 10px; + color: white; + background: #2a2a2a; +} + header { background: #202020; padding: 30px; @@ -26,11 +36,13 @@ header { #section-div { align-self: center; - width: 50vw; + width: 70vw; + min-height: 100vh; + background: #1a1a1a; } section { - padding: 20px 10px 10px; + padding: 20px 24px 24px; font-size: 20px; } |