diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-21 18:29:46 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-21 18:29:46 +0300 |
commit | 01773eabc92ef6ee90657e8fa179e36e52464f4e (patch) | |
tree | 18586cf57fc3c0ef2828f9d405ceb73c61bc080a /archive/css/header.css | |
parent | 401aa8724fb641bfae48fabef1d09ed448242cd3 (diff) |
Make the website minimalistic
Diffstat (limited to 'archive/css/header.css')
-rw-r--r-- | archive/css/header.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/archive/css/header.css b/archive/css/header.css new file mode 100644 index 0000000..4830f72 --- /dev/null +++ b/archive/css/header.css @@ -0,0 +1,21 @@ +div.page_header { + width: 100%; + display: flex; + justify-content: center; + + background-color: var(--theme-color); + border-radius: 15px 15px 0 0; +} + +.floating_element { + color: var(--bg-color); + position: relative; + background-color: var(--theme-color); + border-radius: 0px 0px 20px 20px; + text-align: center; + + img { + max-width: 13%; + display: block; + } +} |