zekeswanson
zekeswanson
KPCKevin Powell - Community
Created by zekeswanson on 9/17/2023 in #front-end
Hiding line overflow on "timeline" line.
I apologize for the late reply I was just able to hope back on. I very much appreciate you taking the time out to help me out with this! Have been stuck on it for a while so it was super helpful.
5 replies
KPCKevin Powell - Community
Created by zekeswanson on 9/9/2023 in #front-end
Trouble with pseudo element
@snxxwyy I will look into using rem more. I appreciate you pointing it out!
8 replies
KPCKevin Powell - Community
Created by zekeswanson on 9/9/2023 in #front-end
Trouble with pseudo element
Beautiful. It worked. Been stuck on this for a few days so thanks a ton for your help!!
8 replies
KPCKevin Powell - Community
Created by zekeswanson on 7/11/2023 in #front-end
Trouble targeting classes on mobile
8 replies
KPCKevin Powell - Community
Created by zekeswanson on 7/11/2023 in #front-end
Trouble targeting classes on mobile
To your Q about this .two-col-section_grid-p { ... } I could have it set to that. I think I'm messing up my class names somewhere. I'll get digging. Thank you for your help! @Kevin
8 replies
KPCKevin Powell - Community
Created by zekeswanson on 7/11/2023 in #front-end
Trouble targeting classes on mobile
I'm a bit star struck, it's the man himself! I appreciate you replying. I added the media query to the code pen: But it was this @media (max-width: 769px) { .two-col-section_grid .two-col-section_grid-desc { padding-bottom: 80px; } } I solved it for now. I added the 80px to desktop b/c it doesn't affect the desktop view. But for learning purposes was curious as to why that specifically wasn't working. I need to clean up my class names 😅
8 replies
KPCKevin Powell - Community
Created by zekeswanson on 4/12/2023 in #front-end
Z-index Issue
Beautiful. Thank you so much for your help!
5 replies
KPCKevin Powell - Community
Created by zekeswanson on 3/4/2023 in #front-end
Css Inheritance Question
Ah, I see now! This was a great learning moment. Thank you so much for your help!
7 replies
KPCKevin Powell - Community
Created by zekeswanson on 3/4/2023 in #front-end
Css Inheritance Question
Thank you for reminding about switching to rem. But I'm confused b/c I set the font-size here .footer-col { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; font-family: var(--body-font); font-size: 13px; line-height: 15.2px; letter-spacing: 1.5px; padding-top: 85px; } Shouldn't my h5 in inherit that?
7 replies
KPCKevin Powell - Community
Created by zekeswanson on 2/25/2023 in #front-end
Struggling to generate new password when user clicks on button.
Thank you so much for taking time out to answer my question 🙂 This was really helpful!
17 replies
KPCKevin Powell - Community
Created by zekeswanson on 2/8/2023 in #front-end
Js error on click event.
In this function saveEl.addEventListener('click', function() { let saveNumber = count + " - "; }); It works if I remove let and just set saveNumber = count + " - "; But i'm confused as to why that is? can I not set let b/c I'm already setting count = 0 at the top?
4 replies
KPCKevin Powell - Community
Created by zekeswanson on 10/18/2022 in #front-end
Getting blue horizontal divider to match width of content above.
I'll go back and update. Thank you so much for taking time out of your day to help me!
11 replies
KPCKevin Powell - Community
Created by zekeswanson on 10/18/2022 in #front-end
Getting blue horizontal divider to match width of content above.
Yes, talking about the blue footer line.. but thank you for replying regardless. Thank you a lot. I'm having a bit of a brain mishap. I feel like I'm making this harder then it is.. but what I'm I missing with the blue line? I thought putting a bottom border on the parent footer_container div would do the trick?
11 replies
KPCKevin Powell - Community
Created by zekeswanson on 10/18/2022 in #front-end
Getting blue horizontal divider to match width of content above.
I don't know if this helps.. I put it in but a lot of the code is hubl. But you can see the divider line.. https://codepen.io/ezekielswanson/pen/Jjvqpqx
11 replies
KPCKevin Powell - Community
Created by zekeswanson on 10/18/2022 in #front-end
Getting blue horizontal divider to match width of content above.
So this is done on hubspot as a templating language, the code is a little different.. but here's is a live preview link if that helps? Thank you so much for replying! https://solonis.com/
11 replies
KPCKevin Powell - Community
Created by zekeswanson on 9/24/2022 in #front-end
Custom styled drop down breaking container
It worked @Constantin thank you for your help 🙂
4 replies
KPCKevin Powell - Community
Created by zekeswanson on 9/24/2022 in #front-end
Custom styled drop down breaking container
I will give this a shot. thank you so much for your explanation!
4 replies