fixed value position on d20
This commit is contained in:
parent
de42128102
commit
f4e7c04c8e
@ -8,9 +8,9 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
/* background-color: rgb(78, 69, 202); */
|
/* background-color: rgb(78, 69, 202); */
|
||||||
background: rgb(2,0,36);
|
/* 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: radial-gradient(circle, #792f22 0%, #4f644f 47%, rgb(108, 127, 131) 100%);
|
||||||
|
/* background-color: #85640b; */
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100vh
|
height: 100vh
|
||||||
@ -115,9 +115,10 @@ main {
|
|||||||
color:rgb(141, 140, 140);
|
color:rgb(141, 140, 140);
|
||||||
|
|
||||||
text-shadow: 0 1px 0 #eee;
|
text-shadow: 0 1px 0 #eee;
|
||||||
|
margin-top: 3px;
|
||||||
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons:focus, .lifeDown:focus, .lifeUp:focus{ -webkit-animation: beat 1s ease-in-out backwards;
|
.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 holding the image and the text */
|
||||||
.container {
|
.container {
|
||||||
|
margin-top: 3px;
|
||||||
/* display: flex; */
|
/* display: flex; */
|
||||||
position: relative;
|
position: relative;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@ -186,10 +188,10 @@ color:rgb(141, 140, 140);
|
|||||||
/* Centered text */
|
/* Centered text */
|
||||||
.centered {
|
.centered {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 45%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
color: black;
|
color: rgb(80, 133, 70);
|
||||||
font-size: 0.55rem;
|
font-size: 0.55rem;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user