[O] Center text box vertically

This commit is contained in:
Hykilpikonna
2019-10-13 20:00:10 -04:00
parent 92b46baeed
commit e95efbff59
+6
View File
@@ -24,5 +24,11 @@
#text
{
color: white;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
</style>