R.I.P
R.I.P
KPCKevin Powell - Community
Created by R.I.P on 11/2/2024 in #front-end
help making a code better
guys please answer the main issue why js and css together make it laggy and how to stop it
12 replies
KPCKevin Powell - Community
Created by R.I.P on 11/2/2024 in #front-end
help making a code better
do u got any idea on the real issue though?
12 replies
KPCKevin Powell - Community
Created by R.I.P on 11/2/2024 in #front-end
help making a code better
ohhhhhh so thats why intresting tnx 🥲
12 replies
KPCKevin Powell - Community
Created by R.I.P on 11/2/2024 in #front-end
help making a code better
this was my whole past week lol i did sth and tadaaaa it didnt matter i get this instead lol jk
12 replies
KPCKevin Powell - Community
Created by R.I.P on 11/2/2024 in #front-end
help making a code better
btw i run this on a kinda heavy site so yes I want this to have as minimum impact as possible
12 replies
KPCKevin Powell - Community
Created by R.I.P on 11/2/2024 in #front-end
help making a code better
No description
12 replies
KPCKevin Powell - Community
Created by R.I.P on 11/2/2024 in #front-end
help making a code better
No description
12 replies
KPCKevin Powell - Community
Created by R.I.P on 11/2/2024 in #front-end
help making a code better
hopefully this is the last question for a while
12 replies
KPCKevin Powell - Community
Created by R.I.P on 11/1/2024 in #front-end
scroll + space on top
as u asked https://stackblitz.com/edit/stackblitz-starters-2es7cy?file=styles.css
dont add html
dont use body in css
dont change the parent position which is fixed(and i want the main color on top to stay the same too!)
dd1 and dd2 is the example
dd3 is what i want to make which is without accepting the above rules
no border suggetion
no js
and if u could please solve the 3rd one dd3 cause what to do so it would be possible to add overflow without changing the ::before
dont add html
dont use body in css
dont change the parent position which is fixed(and i want the main color on top to stay the same too!)
dd1 and dd2 is the example
dd3 is what i want to make which is without accepting the above rules
no border suggetion
no js
and if u could please solve the 3rd one dd3 cause what to do so it would be possible to add overflow without changing the ::before
6 replies
KPCKevin Powell - Community
Created by R.I.P on 11/1/2024 in #front-end
scroll + space on top
well it isnt after really the pink is after and the behind is the parent cause they both are fix
6 replies
KPCKevin Powell - Community
Created by R.I.P on 11/1/2024 in #front-end
scroll + space on top
i got no idea what to do !
6 replies
KPCKevin Powell - Community
Created by R.I.P on 11/1/2024 in #front-end
fix before and fix positioning
No description
23 replies
KPCKevin Powell - Community
Created by R.I.P on 10/28/2024 in #front-end
random number and tracking them / sending signal via keyframes
who cares about being easy i told u i wanna learn and that means all this unknown stuff + suffering so yay Im happy that i learn
33 replies
KPCKevin Powell - Community
Created by R.I.P on 10/28/2024 in #front-end
random number and tracking them / sending signal via keyframes
ok tnx a ton man i wii try it and tell u the result (gonna take a bit long time tho but i will)
33 replies
KPCKevin Powell - Community
Created by R.I.P on 11/1/2024 in #front-end
fix before and fix positioning
so yea mine is not a good idea
23 replies
KPCKevin Powell - Community
Created by R.I.P on 11/1/2024 in #front-end
fix before and fix positioning
yea dont want this need both and it is urgent to both be there perferably the same order cause im trying the suggested on stackoverflow and I encounter a problem with scroll
23 replies
KPCKevin Powell - Community
Created by R.I.P on 11/1/2024 in #front-end
fix before and fix positioning
now try to push it backwars
23 replies
KPCKevin Powell - Community
Created by R.I.P on 11/1/2024 in #front-end
fix before and fix positioning
now try to put the fix in the first position (main one)
23 replies
KPCKevin Powell - Community
Created by R.I.P on 11/1/2024 in #front-end
fix before and fix positioning
.test-conic::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: conic-gradient(
from 280deg at 50% 50%,
purple 10deg,
transparent 10deg
);
inset: -8px;
padding: 8px;
z-index: -5;
}
.test-conic::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: conic-gradient(
from 280deg at 50% 50%,
purple 10deg,
transparent 10deg
);
inset: -8px;
padding: 8px;
z-index: -5;
}
23 replies
KPCKevin Powell - Community
Created by R.I.P on 11/1/2024 in #front-end
fix before and fix positioning
.test-conic{
width: 200px ;
aspect-ratio: 1/1 ;
position: relative ;
background-color: black;
border: red solid 3px;
inset: 15px;
}
.test-conic{
width: 200px ;
aspect-ratio: 1/1 ;
position: relative ;
background-color: black;
border: red solid 3px;
inset: 15px;
}
23 replies