Update index.html
This commit is contained in:
parent
cb95ee8f87
commit
335515499b
11
index.html
11
index.html
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue