Упрощение кода

This commit is contained in:
Igor Barkov (iwork) 2020-07-22 12:13:21 +03:00
parent 2d44b46dc0
commit 01ff114961

View File

@ -1,33 +1,17 @@
<!DOCTYPE html> <!DOCTYPE html>
<html>
<HEAD>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/btn.css"> <link rel="stylesheet" href="css/btn.css">
<style> <style>
* { * {
margin: 0; margin: 0;
padding: 0;
} }
div { div {
margin: 0 auto;
overflow: auto;
text-align: right; text-align: right;
} }
a {
border: 1px solid #fff;
transition: box-shadow 0.5s ease;
margin: 5px;
padding: 5px;
}
a:hover {
box-shadow: 0 0 7px slategray;
}
</style> </style>
</HEAD> <div class="button-group">
<body>
<div>
<a class="button" href="/user_anketa.php" title="Анкета" target="gameframe">Анкета</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="/contacts.php" title="Контакты" target="gameframe">Друзья</a>
<a class="button" href="/main.php?edit=1" title="Инвентарь" target="gameframe">Инвентарь</a> <a class="button" href="/main.php?edit=1" title="Инвентарь" target="gameframe">Инвентарь</a>
@ -36,5 +20,3 @@
<a class="button" href="/forum.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> <a class="button danger icon remove" href="/main.php?exit" title="Выход" target="_top">Выход</a>
</div> </div>
</body>
</html>