Update index.html

This commit is contained in:
Innovation Inc 2019-09-18 15:27:42 -05:00 committed by GitHub
parent 9b29714eda
commit b1d8df2e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,14 +58,14 @@
right: 0px; right: 0px;
} }
.verticalcenter { .verticalcenter {
display: table-cell;
vertical-align: middle; vertical-align: middle;
text-align: center;
} }
</style> </style>
</head> </head>
<body> <body>
<center> <center>
<div style="verticalcenter"> <div class="verticalcenter">
<script> <script>
var current= new Date(); var current= new Date();
var month=current.getMonth(); var month=current.getMonth();