diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-06-10 16:45:12 +0300 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-06-10 16:45:12 +0300 |
commit | ac3bfb7728e9324e6a21035e7b321649550c60cb (patch) | |
tree | e467ad4fcf4b83f1d6aa6f9d8613ee7d0534bfc9 /rannak/endPage/style.css | |
parent | 562fd4eb2551cf26c19d619bdf00dbd965fb11d5 (diff) |
finalFixes
Former-commit-id: 7fcc5cc7033804bb7e56b0ce5d3d77a6c2413236
Diffstat (limited to 'rannak/endPage/style.css')
-rw-r--r-- | rannak/endPage/style.css | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/rannak/endPage/style.css b/rannak/endPage/style.css index c9fa274..72e3938 100644 --- a/rannak/endPage/style.css +++ b/rannak/endPage/style.css @@ -7,25 +7,23 @@ body { padding: 0; margin: 0; box-sizing: border-box; - background-image: url("img/tres.png"); - background-size:100%; + background-image: url("img/quatro.jpg"); + background-size: cover; + background-attachment: fixed; } .wrapper { display: flex; justify-content: center; align-items: center; - width: 100%; - height: 100vh; text-align: center; } .innerDiv { padding: 15px; - margin-left: 20%; width: 45%; - color: black; + color: white; } @@ -38,13 +36,13 @@ body { } p{ - border-top: solid 3px black; + border-top: solid 3px white; padding-top: 2rem; } h1 { - color: rgba(0,136,169,1); + color: white; font-family:'fontUno'; } @@ -56,6 +54,7 @@ button { cursor: pointer; text-decoration: none; font-size: 1.3rem; + color: white; } a { |