Update 'web/strike/style.css'

master
bo 1 year ago
parent 514ae72bc9
commit 62bd57807b

@ -15,7 +15,7 @@ left:0;
} */
a{
/* a{
font-family: 'Courier New', Courier, monospace;
font-size: 180px;
color: aqua;
@ -24,12 +24,16 @@ a{
/* top: 50%;
left: 30%;
transform: translate(-30%, -30%); */
}
} */
/* Centered text */
.centered {
position: absolute;
font-family: 'Courier New', Courier, monospace;
font-size: 180px;
color: aqua;
position: relative;
display: inline-flex;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

Loading…
Cancel
Save