update(header): change color links and color hover
This commit is contained in:
parent
f72f32cb85
commit
7e237426b9
5 changed files with 19 additions and 9 deletions
|
@ -7,11 +7,11 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div>
|
||||
<div id="header-title">
|
||||
<h1>gyiwr dot tf</h1>
|
||||
<h2>le site de rick</h2>
|
||||
</div>
|
||||
<div>
|
||||
<div id="header-links">
|
||||
<a href="ou.html">où me retrouver</a>
|
||||
<a href="copaings.html">copains & co</a>
|
||||
<a href="/a/">annuaire</a>
|
||||
|
|
|
@ -10,8 +10,18 @@ header {
|
|||
margin-left: 3em;
|
||||
}
|
||||
|
||||
#header-links {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
header a {
|
||||
margin-right: 2em;
|
||||
color: black;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
header a:hover {
|
||||
color: white;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
#main {
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div>
|
||||
<div id="header-title">
|
||||
<h1>gyiwr dot tf</h1>
|
||||
<h2>le site de rick</h2>
|
||||
</div>
|
||||
<div>
|
||||
<div id="header-links">
|
||||
<a href="ou.html">où me retrouver</a>
|
||||
<a href="copaings.html">copains & co</a>
|
||||
<a href="/a/">annuaire</a>
|
||||
|
|
4
ou.html
4
ou.html
|
@ -6,11 +6,11 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div>
|
||||
<div id="header-title">
|
||||
<h1>gyiwr dot tf</h1>
|
||||
<h2>le site de rick</h2>
|
||||
</div>
|
||||
<div>
|
||||
<div id="header-links">
|
||||
<a href="ou.html">où me retrouver</a>
|
||||
<a href="copaings.html">copains & co</a>
|
||||
<a href="/a/">annuaire</a>
|
||||
|
|
4
rss.html
4
rss.html
|
@ -6,11 +6,11 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div>
|
||||
<div id="header-title">
|
||||
<h1>gyiwr dot tf</h1>
|
||||
<h2>le site de rick</h2>
|
||||
</div>
|
||||
<div>
|
||||
<div id="header-links">
|
||||
<a href="ou.html">où me retrouver</a>
|
||||
<a href="copaings.html">copains & co</a>
|
||||
<a href="/a/">annuaire</a>
|
||||
|
|
Loading…
Reference in a new issue