Add nav
This commit is contained in:
parent
67cee37ab4
commit
9438b9d236
@ -14,4 +14,13 @@
|
||||
<img src="marvin-robot_normal.png" alt="" id="banner"/>
|
||||
</a>
|
||||
<h1>Nemubot Questions (BETA)</h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="./list.php">Liste des questions</a></li>
|
||||
<li><a href="./subscribe.html">S'inscrire</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
|
24
style.css
24
style.css
@ -23,6 +23,28 @@ header
|
||||
float: right;
|
||||
}
|
||||
|
||||
nav { text-align: center; }
|
||||
|
||||
nav ul { list-style-type: none; }
|
||||
|
||||
nav li
|
||||
{
|
||||
display: inline-block;
|
||||
|
||||
border: 2px solid;
|
||||
padding: 5px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
nav li a
|
||||
{
|
||||
color: orange;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav li:hover{ box-shadow: 10px 10px 0px black; }
|
||||
|
||||
|
||||
#introduction, #hello
|
||||
{
|
||||
text-align: justify;
|
||||
@ -174,4 +196,4 @@ form.invalidation input
|
||||
tbody tr:hover .tooltip
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user