Update index.html
This commit is contained in:
parent
c32ce67b2a
commit
365b156500
|
@ -51,6 +51,11 @@
|
||||||
@keyframes rotateRight{
|
@keyframes rotateRight{
|
||||||
100%{ transform:rotate(360deg); }
|
100%{ transform:rotate(360deg); }
|
||||||
}
|
}
|
||||||
|
.br {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 2px;
|
||||||
|
right: 2px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -61,5 +66,6 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<p class="br">v0.1.3</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue