You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
347 B
CSS
19 lines
347 B
CSS
a{
|
|
font-family: 'Courier New', Courier, monospace;
|
|
font-size: 200px;
|
|
color: aqua;
|
|
position: relative;
|
|
display: inline-flex;
|
|
/* top: 50%;
|
|
left: 30%;
|
|
transform: translate(-30%, -30%); */
|
|
}
|
|
|
|
|
|
/* Centered text */
|
|
.centered {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
} |