[O] Center text box vertically
This commit is contained in:
@@ -24,5 +24,11 @@
|
|||||||
#text
|
#text
|
||||||
{
|
{
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
|
margin: 0;
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user