Add nav
This commit is contained in:
parent
67cee37ab4
commit
9438b9d236
@ -14,4 +14,13 @@
|
|||||||
<img src="marvin-robot_normal.png" alt="" id="banner"/>
|
<img src="marvin-robot_normal.png" alt="" id="banner"/>
|
||||||
</a>
|
</a>
|
||||||
<h1>Nemubot Questions (BETA)</h1>
|
<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>
|
</header>
|
||||||
|
22
style.css
22
style.css
@ -23,6 +23,28 @@ header
|
|||||||
float: right;
|
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
|
#introduction, #hello
|
||||||
{
|
{
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
Reference in New Issue
Block a user