From ac3bfb7728e9324e6a21035e7b321649550c60cb Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sat, 10 Jun 2023 16:45:12 +0300 Subject: finalFixes Former-commit-id: 7fcc5cc7033804bb7e56b0ce5d3d77a6c2413236 --- rannak/endPage/style.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'rannak/endPage/style.css') 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 { -- cgit v1.2.3