index.html - Added animated buttons

parent 744d3916
......@@ -13,16 +13,43 @@
margin-top: -200px;
margin-left: -300px;
}
.button {
text-decoration: none;
display: inline-block;
width: 140px;
height: 40px;
line-height: 40px;
border-radius: 5px;
margin: 10px 20px;
font-family: inherit;
font-size: 15px;
text-transform;
text-align: center;
font-weight: 600;
color: #ffffff;
background: #0d6efd;
box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
transition: .3s;
}
.button:hover {
background: #2EE59D;
box-shadow: 0 15px 20px rgba(46, 229, 157, .4);
color: white;
transform: translateY(-7px);
}
</style>
</head>
<body>
<div class=center>
<p><big>Доступ с вашего IP-адреса ограничен в связи с подозрительной активностью. <br>
Для разблокировки перейдите по ссылке:<br>
<a href="/unban.php">Unban!</a>
<a href="/unban.php" class="button">Unban!</a>
<br> Access from your IP address is restricted due to suspicious activity. <br>
To unlock, follow the link: <br>
<a href="/unban.php">Unban!</a></big>
<a href="/unban.php" class="button">Unban!</a></big>
</div>
</body>
<html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment