Skip to content

Commit 7a31a12

Browse files
committed
add ash because yes
1 parent 4411e65 commit 7a31a12

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

assets/ash.svg

Lines changed: 10 additions & 0 deletions
Loading

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
<a href="portfolio" class="nah">PORTFOLIO</a> /
2020
<a href="mailto:[email protected]">CONTACT</a>
2121
</p>
22+
<img src="assets/ash.svg" alt="ash" class="ash" />
2223
</body>
2324
</html>

main.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ a {
4343
left: calc(50% - 295px);
4444
top: calc(50% - 25px);
4545
filter: drop-shadow(0px 0px 26px #ffffff80);
46+
mix-blend-mode: difference;
4647
}
4748

4849
.effect {
@@ -51,6 +52,7 @@ a {
5152
animation-iteration-count: infinite;
5253
animation-direction: alternate;
5354
filter: none;
55+
mix-blend-mode: normal;
5456
}
5557

5658
.directory {
@@ -67,3 +69,11 @@ a {
6769
.nah {
6870
color: #808080;
6971
}
72+
73+
.ash {
74+
position: absolute;
75+
bottom: 0px;
76+
right: 32px;
77+
height: 394px;
78+
mix-blend-mode: difference;
79+
}

0 commit comments

Comments
 (0)