Tenkes
Tenkes
KPCKevin Powell - Community
Created by Tenkes on 6/28/2024 in #front-end
Problem with horizontal scroll
Yess!! That's exactly what I need! Thank you so much!! 😄
10 replies
KPCKevin Powell - Community
Created by Tenkes on 6/28/2024 in #front-end
Problem with horizontal scroll
I don't think so lol
10 replies
KPCKevin Powell - Community
Created by Tenkes on 6/28/2024 in #front-end
Problem with horizontal scroll
Well I'm basically trying to recreate Instagram's story list. ONE row of stories that can overflow horizontally, and of then of course you can scroll to see other stories. Yes actually there is a reason right-hand column is placed inside middle one. The reason why is the way Next.js (which I'm using) routing works. So I basically made left column global, so it's seen on all pages and only right column is... "dynamic". You can see live version of this app on bt-snapgram.vercel.app and you'll see if you navigate to other pages left column (left sidebar) will always stay where it is. As for you solution... for some reason I see 3 rows of stories? And you have horizontal scrolling on <body> on smaller screens, which i also has problems with
10 replies
KPCKevin Powell - Community
Created by Tenkes on 6/28/2024 in #front-end
Problem with horizontal scroll
Oh and right sidebar should have flex-shrink: 0 so it doesn't shrink.
10 replies
KPCKevin Powell - Community
Created by risha on 6/12/2024 in #front-end
css question
or flex with align-items: stretch
5 replies
KPCKevin Powell - Community
Created by Rhandom Guhy on 6/13/2024 in #front-end
Which Html element should be used?
I'd definitely use table
3 replies
KPCKevin Powell - Community
Created by snxxwyy on 5/12/2024 in #front-end
can't highlight text from pseudo element
pseudo elements cannot be selectable, since they are not actually part of the DOM. If you need text to be selectable, you should put text in something like <span> instead
3 replies
KPCKevin Powell - Community
Created by Dilliwala on 4/29/2024 in #back-end
Login Error
Show some code
7 replies
KPCKevin Powell - Community
Created by NIMA on 4/16/2024 in #front-end
java script game problem
same
22 replies
KPCKevin Powell - Community
Created by Tenkes on 4/14/2024 in #back-end
Next.js v14 | Issue with intercepting and parallel routes
No, that's not how routing works in Next.
6 replies
KPCKevin Powell - Community
Created by NefariousApe on 4/8/2024 in #front-end
get div to be center of screen
Use position: fixed in css
7 replies
KPCKevin Powell - Community
Created by Justine on 4/8/2024 in #front-end
how to make text responsive?
and since it's usually pain to make it work, you can use clamp generator to help you out
73 replies
KPCKevin Powell - Community
Created by Justine on 4/8/2024 in #front-end
how to make text responsive?
Are you familiar with clamp()?
73 replies
KPCKevin Powell - Community
Created by NIMA on 4/7/2024 in #front-end
new java script bug ! help
no problem
59 replies
KPCKevin Powell - Community
Created by NIMA on 4/7/2024 in #front-end
new java script bug ! help
your number variable is of type string. You need to parse that to number, not 1 (which is already a number). So you should do
while (i < parseInt(number) + 1)
while (i < parseInt(number) + 1)
59 replies
KPCKevin Powell - Community
Created by yulianHtSt on 4/7/2024 in #front-end
i want to do this design of cards stacking
The easiest way is to use swiper.js
3 replies
KPCKevin Powell - Community
Created by Tenkes on 4/6/2024 in #back-end
How to generate first frame of video as image?
I'll find better solution later.
60 replies
KPCKevin Powell - Community
Created by Tenkes on 4/6/2024 in #back-end
How to generate first frame of video as image?
true
60 replies
KPCKevin Powell - Community
Created by Tenkes on 4/6/2024 in #back-end
How to generate first frame of video as image?
it works, it's all that matters lol imma enjoy success while I can, there might be problems with this approach later
60 replies