item/html
This commit is contained in:
parent
05cbc1948a
commit
e395348e62
4 changed files with 6 additions and 4 deletions
|
@ -31,8 +31,9 @@
|
||||||
<a href="https://en.wikipedia.org/wiki/France">France</a>
|
<a href="https://en.wikipedia.org/wiki/France">France</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<button id="theme"><img class="inline" src="../img/theme.svg" alt="Theme"></button>
|
|
||||||
<button class="link" id="link"><img class="inline" src="../img/link.svg" alt="Links"></button>
|
<button class="link" id="link"><img class="inline" src="../img/link.svg" alt="Links"></button>
|
||||||
|
<button class="item" id="item"><ul><li></li></ul></button>
|
||||||
|
<button id="theme"><img class="inline" src="../img/theme.svg" alt="Theme"></button>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="banner">
|
<section class="banner">
|
||||||
|
|
|
@ -31,8 +31,9 @@
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<button id="theme"><img class="inline" src="../img/theme.svg" alt="Thème"></button>
|
|
||||||
<button class="link" id="link"><img class="inline" src="../img/link.svg" alt="Liens"></button>
|
<button class="link" id="link"><img class="inline" src="../img/link.svg" alt="Liens"></button>
|
||||||
|
<button class="item" id="item"><ul><li></li></ul></button>
|
||||||
|
<button id="theme"><img class="inline" src="../img/theme.svg" alt="Thème"></button>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="banner">
|
<section class="banner">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
const buttons = ["link", "swap"];
|
const buttons = ["item", "link", "swap"];
|
||||||
|
|
||||||
// toggle buttons
|
// toggle buttons
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
/* main */
|
/* main */
|
||||||
|
|
||||||
#link, #theme, #swap {
|
#item, #link, #swap, #theme {
|
||||||
background-color: var(--button-background);
|
background-color: var(--button-background);
|
||||||
}
|
}
|
||||||
#swap::after { content: "←"; }
|
#swap::after { content: "←"; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue