Mert Efe
Explore posts from serversKPCKevin Powell - Community
•Created by Mert Efe on 11/13/2023 in #os-and-tools
Git + Next js 14 project getting stuck on git push on total line
2 replies
KPCKevin Powell - Community
•Created by Mert Efe on 9/22/2023 in #back-end
how to convert passthrough to readstream or buffer?
4 replies
KPCKevin Powell - Community
•Created by Mert Efe on 6/19/2023 in #front-end
::before, :: after requires transition to be added on parent ?
or do we have to add tranisiton to each of these pseudo elements seperately?
8 replies
KPCKevin Powell - Community
•Created by Mert Efe on 6/17/2023 in #front-end
Why this Carousel Kevin made significantly sliding better than most sliders?
https://www.youtube.com/watch?v=gBzsE0oieio&t=1788s&ab_channel=KevinPowell
hello , this slider is sliding better than rest since Kevin is using a different tactic here,
I know there are ton of other ways to make a slider, but in Kevin's approach, i noticed that the Sliders follow each other when sliding effect is happening. Like their tails are touching each other in a way. Is this the only way to do it? Otherwise like in other slider makings they just change but not this cool effect is there
1 replies
KPCKevin Powell - Community
•Created by Mert Efe on 6/17/2023 in #front-end
Why do we need keyframes where basically it seems a more detailed version of transitions?
What are the main differences between them? From my usage there's no need keyframes if you can set up transitions. Or is there?
4 replies
KPCKevin Powell - Community
•Created by Mert Efe on 6/9/2023 in #front-end
Is this the best way to set favicons and other related things in new Next js 13?
2 replies
KPCKevin Powell - Community
•Created by Mert Efe on 6/9/2023 in #front-end
Can't I Use google maps for free anymore?
What can I do about this, any other free alternative, or is there a way to use it without paying price?
13 replies
KPCKevin Powell - Community
•Created by Mert Efe on 5/31/2023 in #front-end
grid-template-columns auto fit not working as expected
5 replies
KPCKevin Powell - Community
•Created by Mert Efe on 5/29/2023 in #front-end
How to make a play button with pseudoclasses?
How to make a play button with pseudoclasses? Like '>' icon. For thumbnail of a video play
8 replies
KPCKevin Powell - Community
•Created by Mert Efe on 5/24/2023 in #front-end
How to make grid go next row like flex-wrap of flexbox?
24 replies
KPCKevin Powell - Community
•Created by Mert Efe on 5/18/2023 in #front-end
For full page slider to use background-image property over a normal <img> ?
2 replies
KPCKevin Powell - Community
•Created by Mert Efe on 5/18/2023 in #back-end
Can var declaration also go override another functions let declaration?
IS this correct? Var cannot also go across the other functions right?
24 replies
KPCKevin Powell - Community
•Created by Mert Efe on 5/16/2023 in #front-end
Does this slider requires JS or pure css ok with it?
Problem is i need auto loop, and besides when moving between navigations , the page moves downwards? a bit weird
2 replies
KPCKevin Powell - Community
•Created by Mert Efe on 5/10/2023 in #front-end
Nested media queries feels a bit disorganized. Should media queries be centralized per breakpoint?
Example
16 replies
KPCKevin Powell - Community
•Created by Mert Efe on 4/30/2023 in #front-end
For media query min-width or max-width is better to choose? And is consistency important?
Can I use like %30 times min-width and %70 times max-width in my stylesheet in media queries?
9 replies
KPCKevin Powell - Community
•Created by Mert Efe on 4/29/2023 in #front-end
How to make this first grid item have flex-start and the second one flex-end with grid-template-col?
is it possible to decide the grid-item placement from here while doing grid-template-columns?
display: grid;
grid-template-columns: repeat(2, 1fr);
I want to make it so first 1fr is flex-start and other 1 fr is flex-end (justify self: flex-end)
19 replies
KPCKevin Powell - Community
•Created by Mert Efe on 4/26/2023 in #front-end
Am I doing too much nesting in SCSS ?
3 replies
KPCKevin Powell - Community
•Created by Mert Efe on 4/26/2023 in #front-end
scss unable to make chained multiple classname
&formelement&has-auto-width {
display: inline-block;
}
the second & doesn't work what's wrong?
8 replies
KPCKevin Powell - Community
•Created by Mert Efe on 4/10/2023 in #front-end
How to correctly create a flow in SCSS for declaring margins , paddings like the tailwind?
An example:
Can someone provide example of how it should be best in scss to have a system for margins and paddings?
25 replies
KPCKevin Powell - Community
•Created by Mert Efe on 3/1/2023 in #front-end
Unable to make headless ui component get rid of table overflow/cutoff
3 replies