mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-30 10:46:57 +02:00
Change profile image shape
This commit is contained in:
parent
b8057f0e25
commit
ec4002ccf7
1 changed files with 2 additions and 0 deletions
|
@ -96,12 +96,14 @@
|
||||||
.profileImage {
|
.profileImage {
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
box-shadow: -1px 11px 33px -10px #e5502b4b;
|
box-shadow: -1px 11px 33px -10px #e5502b4b;
|
||||||
|
clip-path: polygon(6% 8%, 88% 5%, 95% 91%, 7% 96%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.profileImageDummy {
|
.profileImageDummy {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
background: $accentColor;
|
background: $accentColor;
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
|
clip-path: polygon(14% 4%, 95% 1%, 88% 96%, 2% 89%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 590px) {
|
@media (max-width: 590px) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue