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.

46 lines
718 B
CSS

/* img{
width:100%;
position:absolute;
filter: grayscale(100%) contrast(50%);
}
#overlay {
background-color: rgba(253, 5, 150, 0.459);
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
} */
a{
font-family: 'Courier New', Courier, monospace;
font-size: 180px;
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%);
}
/* image source */
.img-source {
position: absolute;
font-size: small;
color: gold;
/* top: 50%;
left: 50%;
transform: translate(-50%, -50%); */
}