add page design/art
This commit is contained in:
parent
49cef08539
commit
ec44748f11
4 changed files with 385 additions and 2 deletions
187
art/index.html
Normal file
187
art/index.html
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -38,8 +38,10 @@
|
|||
|
||||
.tags {
|
||||
--gap: 0;
|
||||
z-index: calc(var(--header-index) - 10);
|
||||
}
|
||||
.tag {
|
||||
|
||||
display: inline-flex;
|
||||
gap: var(--tag-gap, var(--space-gutter));
|
||||
padding: var(--tag-padding, .25em .75em);
|
||||
|
|
@ -72,6 +74,13 @@ input:checked + label.tag {
|
|||
--tag-radius: 100%;
|
||||
}
|
||||
|
||||
.tag:hover{
|
||||
color: white;
|
||||
background: black;
|
||||
border-color: black;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
/* Card */
|
||||
|
||||
|
|
|
|||
187
design/index.html
Normal file
187
design/index.html
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -265,8 +265,8 @@
|
|||
<div class="column">
|
||||
|
||||
<nav class="stickers" aria-label="Options">
|
||||
<a id="art" href="#" class="tag box-shadow" data-variant="ellipse">Art</a>
|
||||
<a id="design" href="#" class="tag box-shadow" data-variant="ellipse">Design</a>
|
||||
<a id="art" href="/art" class="tag box-shadow" data-variant="ellipse">Art</a>
|
||||
<a id="design" href="/design" class="tag box-shadow" data-variant="ellipse">Design</a>
|
||||
</nav>
|
||||
|
||||
<section id="galerie-diplomes" class="region" aria-labelledby="galerie-diplomes-label">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue