commit 3b4b6a951430596a8f1eeb8d4423543271a6a517
parent a7433cf7eeb8cecef6a082f4cb680fe44035ad5d
Author: Francisco Boudagh <franciscoboudagh1@gmail.com>
Date: Sat, 18 Dec 2021 14:10:28 +0100
stylat fact text
Diffstat:
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
@@ -2,6 +2,7 @@
<html lang="en" >
<head>
<meta charset="UTF-8">
+ <meta content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" name="viewport">
<title>Bored Button 3</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="images/favicon.png">
diff --git a/style.css b/style.css
@@ -44,6 +44,7 @@ canvas{
margin: auto;
border-radius: 50%;
transition: 0.7s;
+ z-index: 2;
}
footer{
@@ -115,13 +116,16 @@ footer{
bottom: 0;
left: 0;
right: 0;
- width: 100%;
+ width: 70%;
text-align: center;
- margin-top: 25%;
+ margin-top: 28%;
display: none;
opacity: 0;
animation: sexy 2s linear;
opacity: 0;
+ font-size: 1.8em;
+ font-family: krublight;
+ z-index: 1;
}
@keyframes sexy {