Update index.html
This commit is contained in:
parent
cb95ee8f87
commit
335515499b
11
index.html
11
index.html
|
@ -57,11 +57,16 @@
|
|||
bottom: 0px;
|
||||
right: 2px;
|
||||
}
|
||||
.verticalcenter {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
.truecenter {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 190px;
|
||||
height: 90px;
|
||||
line-height: 90px;
|
||||
text-align: center;
|
||||
margin-top: -50px;
|
||||
margin-left: -100px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue