Update index.html

This commit is contained in:
Innovation Inc 2019-09-18 20:44:55 -05:00 committed by GitHub
parent cb95ee8f87
commit 335515499b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,11 +57,16 @@
bottom: 0px; bottom: 0px;
right: 2px; right: 2px;
} }
.verticalcenter { .truecenter {
margin: 0; position: fixed;
position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
width: 190px;
height: 90px;
line-height: 90px;
text-align: center;
margin-top: -50px;
margin-left: -100px;
} }
</style> </style>
</head> </head>