mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
25 lines
No EOL
412 B
HTML
25 lines
No EOL
412 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="../style.css">
|
|
<style>
|
|
.container {
|
|
display:table;
|
|
position:absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
span {
|
|
font-size: 25vw;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
line-height: normal;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container"><span>Add</span></div>
|
|
</body>
|
|
</html> |