ajout sommaire avec markup
This commit is contained in:
parent
258643e7cf
commit
f4b15dfdfb
3 changed files with 10 additions and 1 deletions
|
@ -28,6 +28,11 @@ div#jardin p {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
nav#sommaire {
|
||||
text-align: center;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
h2#infras {
|
||||
background-color: var(--infras);
|
||||
grid-area: title-start 1 / col-sep 1 / title-end 1 / col-sep 12;
|
||||
|
|
|
@ -251,7 +251,7 @@ pre.center > a {
|
|||
div#container, nav#menu, body {
|
||||
background-color: var(--night-background);
|
||||
}
|
||||
p, pre, ul, li, a, a:hover, h1, h2, footer {
|
||||
p, pre, ul, li, a, a:hover, h1, h2, footer, nav {
|
||||
color: var(--txt-night);
|
||||
}
|
||||
.highlight {
|
||||
|
|
|
@ -488,6 +488,10 @@
|
|||
</pre>
|
||||
</div>
|
||||
<p>Fabriquons un internet convivial ⤵</p>
|
||||
|
||||
<nav id="sommaire">
|
||||
<a href="#infras">Infrastructures</a><span role="separator"> · </span><a href="#outils">Services</a><span role="separator"> · </span><a href="#valeurs">Valeurs</a><span role="separator"> · </span><a href="#connaissance">Faisons connaissance</a>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<h2 id="infras"><span class="decoration" aria-hidden="true"></span>Avec nos propres infrastructures<span class="decoration" aria-hidden="true"></span></h2>
|
||||
|
|
Loading…
Reference in a new issue