strike website
parent
236f963356
commit
c85659eb4d
Binary file not shown.
After Width: | Height: | Size: 7.4 MiB |
@ -0,0 +1,19 @@
|
||||
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%);
|
||||
}
|
Loading…
Reference in New Issue