Замена стилей кнопок

This commit is contained in:
Igor Barkov (iwork) 2020-07-22 12:08:07 +03:00
parent 09f5625269
commit 2d44b46dc0

View File

@ -3,6 +3,7 @@
<HEAD>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/btn.css">
<style>
* {
margin: 0;
@ -27,13 +28,13 @@
</HEAD>
<body>
<div>
<a href="/user_anketa.php" title="Анкета" target="gameframe">Анкета</a>
<a href="/contacts.php" title="Контакты" target="gameframe">Друзья</a>
<a href="/main.php?edit=1" title="Инвентарь" target="gameframe">Инвентарь</a>
<a href="/clan.php" title="Клан" target="gameframe">Клан</a>
<a href="/user_abilities.php" title="Особые умения" target="gameframe">Особые умения</a>
<a href="/forum.php" title="Форум" target="gameframe">Форум</a>
<a href="/main.php?exit" title="Выход" target="_top">Выход</a>
<a class="button" href="/user_anketa.php" title="Анкета" target="gameframe">Анкета</a>
<a class="button" href="/contacts.php" title="Контакты" target="gameframe">Друзья</a>
<a class="button" href="/main.php?edit=1" title="Инвентарь" target="gameframe">Инвентарь</a>
<a class="button" href="/clan.php" title="Клан" target="gameframe">Клан</a>
<a class="button" href="/user_abilities.php" title="Особые умения" target="gameframe">Особые умения</a>
<a class="button" href="/forum.php" title="Форум" target="gameframe">Форум</a>
<a class="button danger icon remove" href="/main.php?exit" title="Выход" target="_top">Выход</a>
</div>
</body>
</html>