mar 16
This commit is contained in:
parent
27fb72f6d6
commit
b45971d8f2
@ -1,4 +1,7 @@
|
||||
file,ts
|
||||
disco_goomy.png,1742089246
|
||||
disco_experiment.png,1742071871
|
||||
pi_day_25.png,1741993729
|
||||
nessiediff.png,1741788257
|
||||
spacecomputing.png,1741754124
|
||||
icecreambowlslime.png,1741613089
|
||||
|
|
@ -15,9 +15,18 @@ html::before {
|
||||
top: 0px; left: 0px;
|
||||
width: 100%; height: 100%;
|
||||
pointer-events: none;
|
||||
opacity: 0.2;
|
||||
background-color: yellowgreen;
|
||||
opacity: 0.8;
|
||||
mix-blend-mode: overlay;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
html::after {
|
||||
content: "";
|
||||
position: fixed;
|
||||
top: 0px; left: 0px;
|
||||
width: 100%; height: 100%;
|
||||
pointer-events: none;
|
||||
background-color: #b4f998;
|
||||
mix-blend-mode: multiply;
|
||||
z-index: 100;
|
||||
}
|
||||
|
9
index.md
9
index.md
@ -1,4 +1,5 @@
|
||||
---
|
||||
title: boot screen
|
||||
layout: barebones
|
||||
---
|
||||
|
||||
@ -28,10 +29,10 @@ layout: barebones
|
||||
}
|
||||
|
||||
@keyframes flicker {
|
||||
39% { background-color: #fcca5f }
|
||||
40% { background-color: #ed9c5a }
|
||||
50% { background-color: #fcca5f }
|
||||
100% { background-color: #fcca5f }
|
||||
39% { background-color: #de8015 }
|
||||
40% { background-color: #b4f998 }
|
||||
60% { background-color: #de8015 }
|
||||
100% { background-color: #de8015 }
|
||||
}
|
||||
|
||||
#textbox {
|
||||
|
BIN
personal/gallery/disco_experiment.png
Normal file
BIN
personal/gallery/disco_experiment.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 MiB |
BIN
personal/gallery/disco_goomy.png
Normal file
BIN
personal/gallery/disco_goomy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 377 KiB |
BIN
personal/gallery/pi_day_25.png
Normal file
BIN
personal/gallery/pi_day_25.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 858 B |
Loading…
x
Reference in New Issue
Block a user