ernestophone.ens.fr/static/css/main.css

23 lines
191 B
CSS
Raw Normal View History

2015-03-17 19:03:51 +01:00
h2
{
text-align: center;
}
2015-04-13 18:56:43 +02:00
header
2015-03-17 19:03:51 +01:00
{
2015-04-13 18:56:43 +02:00
display: inline-block;
text-align: right;
}
header ul
{
list-style-type: none;
}
header li
{
margin-right: 15px;
display: inline-block;
2015-03-17 19:03:51 +01:00
}