arrow removed from index
This commit is contained in:
parent
02be2cc8fe
commit
bee0321b7b
2 changed files with 6 additions and 18 deletions
|
@ -113,11 +113,6 @@
|
||||||
</li>
|
</li>
|
||||||
<li id="music">
|
<li id="music">
|
||||||
<a aria-label="Listen to my music" href="sound-design.html">music</a>
|
<a aria-label="Listen to my music" href="sound-design.html">music</a>
|
||||||
<picture aria-hidden="true" id="arrow">
|
|
||||||
<source srcset="res/img-home-dothis.avif" type="image/avif" />
|
|
||||||
<source srcset="res/img-home-dothis.webp" type="image/webp" />
|
|
||||||
<img src="res/img-home-dothis.png" alt="" />
|
|
||||||
</picture>
|
|
||||||
</li>
|
</li>
|
||||||
<div aria-hidden="true" id="whitespace"></div>
|
<div aria-hidden="true" id="whitespace"></div>
|
||||||
<li>
|
<li>
|
||||||
|
|
19
style.css
19
style.css
|
@ -237,13 +237,6 @@ header {
|
||||||
background-color: var(--accent-2);
|
background-color: var(--accent-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
#arrow img {
|
|
||||||
position: absolute;
|
|
||||||
left: 30px;
|
|
||||||
top: 40px;
|
|
||||||
width: 250px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Socials */
|
/* Socials */
|
||||||
#socials {
|
#socials {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
@ -290,6 +283,11 @@ header {
|
||||||
background-color: var(--text-highlight);
|
background-color: var(--text-highlight);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li#music:not(#here) a {
|
||||||
|
-webkit-animation: nav-flash 1s ease-in-out 5 alternate;
|
||||||
|
animation: nav-flash 1s ease-in-out 10 alternate;
|
||||||
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------ */
|
/* ------------------------------------------------------ */
|
||||||
|
|
||||||
@media only screen and (max-width: 790px) {
|
@media only screen and (max-width: 790px) {
|
||||||
|
@ -316,14 +314,9 @@ header {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#whitespace,
|
#whitespace {
|
||||||
#arrow {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
li#music:not(#here) a {
|
|
||||||
-webkit-animation: nav-flash 1s ease-in-out infinite alternate;
|
|
||||||
animation: nav-flash 1s ease-in-out infinite alternate;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------- ANIMATIONS ---------- */
|
/* ---------- ANIMATIONS ---------- */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue