Add a letter index

This commit is contained in:
Etienne Millon
2013-06-07 16:15:50 +02:00
parent a3ab999146
commit b5786baef7
3 changed files with 34 additions and 1 deletions

View File

@@ -66,3 +66,22 @@ h3
color: #905050;
margin: 50px;
}
#index
{
text-align: center;
}
#index a
{
font-size: larger;
color: black;
text-decoration: none;
margin-right: 5px;
position:relative;
}
#index a:hover
{
background-color: #999;
}