summaryrefslogtreecommitdiff
path: root/rannak/endPage/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'rannak/endPage/style.css')
-rw-r--r--rannak/endPage/style.css15
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 {