fixed value position on d20

This commit is contained in:
HearMeWhisper 2022-08-22 10:12:56 -04:00
parent de42128102
commit f4e7c04c8e

View File

@ -8,9 +8,9 @@
body {
/* background-color: rgb(78, 69, 202); */
background: rgb(2,0,36);
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(137,137,194,1) 47%, rgba(108,127,131,1) 100%);
/* background: rgb(2,0,36); */
background: radial-gradient(circle, #792f22 0%, #4f644f 47%, rgb(108, 127, 131) 100%);
/* background-color: #85640b; */
margin: 0;
display: flex;
height: 100vh
@ -115,9 +115,10 @@ main {
color:rgb(141, 140, 140);
text-shadow: 0 1px 0 #eee;
margin-top: 3px;
user-select: none;
align-items: center;
}
.buttons:focus, .lifeDown:focus, .lifeUp:focus{ -webkit-animation: beat 1s ease-in-out backwards;
@ -175,6 +176,7 @@ color:rgb(141, 140, 140);
/* Container holding the image and the text */
.container {
margin-top: 3px;
/* display: flex; */
position: relative;
flex-direction: row;
@ -186,10 +188,10 @@ color:rgb(141, 140, 140);
/* Centered text */
.centered {
position: absolute;
top: 50%;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
color: black;
color: rgb(80, 133, 70);
font-size: 0.55rem;
}
/*