mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-12 08:26:56 +02:00
🏳🌈
This commit is contained in:
parent
85eaaddc7e
commit
0b97d45013
2 changed files with 30 additions and 2 deletions
|
@ -111,7 +111,7 @@ $aboutCVShadow: 0 0 15px 0 var(--color-accent-shadow-profile);
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin homeBg {
|
@mixin homeBg {
|
||||||
background: linear-gradient(45deg, #000850 0%, #000320 100%),
|
/*background: linear-gradient(45deg, #000850 0%, #000320 100%),
|
||||||
radial-gradient(100% 225% at 100% 0%, #ff6928 0%, #000000 100%),
|
radial-gradient(100% 225% at 100% 0%, #ff6928 0%, #000000 100%),
|
||||||
linear-gradient(225deg, #ff7a00 0%, #000000 100%),
|
linear-gradient(225deg, #ff7a00 0%, #000000 100%),
|
||||||
linear-gradient(
|
linear-gradient(
|
||||||
|
@ -125,7 +125,34 @@ $aboutCVShadow: 0 0 15px 0 var(--color-accent-shadow-profile);
|
||||||
#0f0a3c 67%,
|
#0f0a3c 67%,
|
||||||
#0f0a3c 100%
|
#0f0a3c 100%
|
||||||
);
|
);
|
||||||
background-blend-mode: screen, overlay, hard-light, normal;
|
background-blend-mode: screen, overlay, hard-light, normal;*/
|
||||||
|
|
||||||
|
background: linear-gradient(to bottom, rgba(black, 0.35), transparent 70px),
|
||||||
|
radial-gradient(circle at center, #00000063, transparent 600px),
|
||||||
|
radial-gradient(
|
||||||
|
circle at top right,
|
||||||
|
#3e1a78 0,
|
||||||
|
#5049cbe3 25%,
|
||||||
|
#7bade382 45%,
|
||||||
|
transparent 50%
|
||||||
|
),
|
||||||
|
radial-gradient(
|
||||||
|
circle at bottom left,
|
||||||
|
#078d70 0,
|
||||||
|
#26ceaae3 25%,
|
||||||
|
#99e8c282 45%,
|
||||||
|
transparent 75%
|
||||||
|
),
|
||||||
|
linear-gradient(
|
||||||
|
to bottom left,
|
||||||
|
#3e1a78,
|
||||||
|
#5049cb,
|
||||||
|
#7bade3,
|
||||||
|
#fff,
|
||||||
|
#99e8c2,
|
||||||
|
#26ceaa,
|
||||||
|
#078d70
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin flexList {
|
@mixin flexList {
|
||||||
|
|
|
@ -102,6 +102,7 @@
|
||||||
width: calc(90% - 40px);
|
width: calc(90% - 40px);
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
transform: translate(-50%, 0%);
|
transform: translate(-50%, 0%);
|
||||||
|
text-shadow: 0 0 40px black;
|
||||||
|
|
||||||
.hello {
|
.hello {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue