diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-20 00:06:46 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-20 00:06:46 +0300 |
| commit | fa7e3e4afacaf160d1de370e001acbe0d554a865 (patch) | |
| tree | 1597fd52ee96c9a3641e4a33abe30d1801d9aa2d /css/styles.css | |
| parent | 99bda1deac48a5f3e2210ca1f6f6d0f6829884e3 (diff) | |
| download | httpy-fa7e3e4afacaf160d1de370e001acbe0d554a865.tar.gz httpy-fa7e3e4afacaf160d1de370e001acbe0d554a865.zip | |
Style changes and word changes
Diffstat (limited to 'css/styles.css')
| -rw-r--r-- | css/styles.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index 887a8c7..b41e2ff 100644 --- a/css/styles.css +++ b/css/styles.css @@ -4,6 +4,10 @@ background: transparent; } +p { + padding-top: 4px; +} + body { font-family: Arial, Helvetica, sans-serif; color: white; @@ -44,3 +48,10 @@ footer { width: 100%; font-size: 30px; } + +#git-butt { + background: lawngreen; + padding: 5px; + width: 80%; + font-size: 80px; +} |