SvenSplynter
KPCKevin Powell - Community
•Created by clevermissfox on 4/22/2024 in #front-end
Grid-template-columns: auto-fit... but what of grid-template-rows?
How nice. An iCodeThis reunion! 🙂
9 replies
KPCKevin Powell - Community
•Created by muhammadali770 on 4/18/2024 in #front-end
Locomotive JS is not working with rest of JS
I wonder if you guys are talking about 2 different types of smooth scrolling. When clicking a navigation link that takes you to an anchor further down the page, smooth scrolling gives you a sense of where you are on the page. A sudden 'jump' to the anchor could be confusing.
The type of smooth scrolling that changes the default (mouse) scrolling behaviour when the user scrolls, that is indeed very annoying.
20 replies
KPCKevin Powell - Community
•Created by Carry on 4/18/2024 in #front-end
Inline staggered animation doesn't working
Could you create a code pen please?
3 replies
KPCKevin Powell - Community
•Created by ΛG_ on 4/15/2024 in #front-end
Smooth animation for website
Can you show us?
8 replies
KPCKevin Powell - Community
•Created by voala on 4/8/2024 in #front-end
HTML newsletter coding - outlook line-height issue
Thanks!
36 replies
KPCKevin Powell - Community
•Created by Duca Willliam on 4/12/2024 in #front-end
Can anyone help translating my figma design into css?
Hi Duca, people are generally willing to help if you've already made a start, show this in a codepen and then tell us what is not working. It's quite unlikely someone will just do the entire work for you from scratch.
3 replies
KPCKevin Powell - Community
•Created by voala on 4/8/2024 in #front-end
HTML newsletter coding - outlook line-height issue
The HTML on the right side, of course. Not the mj-tags
36 replies
KPCKevin Powell - Community
•Created by voala on 4/8/2024 in #front-end
HTML newsletter coding - outlook line-height issue
Andrew, can you just copy the html from the online editor and use that as the body for your mail from Python, PHP, whatever?
36 replies
KPCKevin Powell - Community
•Created by Soufiane IB on 4/11/2024 in #front-end
Aspect ratio conflict Chrome vs Edge
Hi Soufiane, I'm sorry but it's not very clear to me what you are trying to do. The spacing has to do with the way your grid is set up. You have the same height for all rows with your grid-auto-rows calculation. Could you show an example of what you're trying to achieve, with your approach explained?
9 replies
KPCKevin Powell - Community
•Created by Yido on 4/13/2024 in #front-end
"declaration or statement excepted." problem
This is why cancel returns null and and an empty input returns "". So stop when receiving null and tell the user the field can't be empty when receiving "".
32 replies
KPCKevin Powell - Community
•Created by Moni on 4/12/2024 in #front-end
Unable to receive email via SMTP JS
Is [email protected] a valid email account that is configured to have 3rd parties send email from?
2 replies
KPCKevin Powell - Community
•Created by Soufiane IB on 4/11/2024 in #front-end
Aspect ratio conflict Chrome vs Edge
9 replies
KPCKevin Powell - Community
•Created by Soufiane IB on 4/11/2024 in #front-end
Aspect ratio conflict Chrome vs Edge
You have both your width and height to 100%. Set your width to 100% and the height to auto.
9 replies
KPCKevin Powell - Community
•Created by Alex on 3/28/2024 in #front-end
Skip navigation button
Which button on nextjs.org are you talking about that shows this behavior?
39 replies
KPCKevin Powell - Community
•Created by Hamza Naeem on 3/28/2024 in #front-end
Stick icons to bottom
Why are you using grid here?
14 replies
KPCKevin Powell - Community
•Created by Hamza Naeem on 3/27/2024 in #front-end
Space Issue
Can you give us a code pen with the images included (or placeholders) so we can investigate the issue? Or a link to a test page where we can explore it better?
18 replies
KPCKevin Powell - Community
•Created by MC23 on 3/27/2024 in #front-end
Absolute position problem when scrolling
Could you use visible instead of auto then?
8 replies
KPCKevin Powell - Community
•Created by MC23 on 3/27/2024 in #front-end
Absolute position problem when scrolling
Make the container position: relative; and remove the overflow-y: auto;
8 replies
KPCKevin Powell - Community
•Created by Wonderbear on 3/27/2024 in #front-end
Restrict element to dimensions of page
Add a max-width?
7 replies
KPCKevin Powell - Community
•Created by Hamza Naeem on 3/27/2024 in #front-end
Space Issue
Which makes me believe it's related to the images. Likely your total page height increases with the images and your menu on the left is also taking the full page height, as they're part of the same grid
18 replies