Saagy
Saagy
KPCKevin Powell - Community
Created by Saagy on 10/7/2023 in #front-end
Twitter clone problem
Thanks for the help anyway🙏🏽
14 replies
KPCKevin Powell - Community
Created by Saagy on 10/7/2023 in #front-end
Twitter clone problem
@z- ::theProblemSolver:: you strictly made use of JS which I haven’t gotten knowledge of… I’ll just have to pause the project until I’ve gotten some JS basics at least
14 replies
KPCKevin Powell - Community
Created by Saagy on 10/7/2023 in #front-end
Twitter clone problem
All the same, thanks for the solution as I’ll just make use of it since I’ll have to get the real result using JS which I haven’t gotten knowledge of…I’ll probably update it in the future after learning JS
14 replies
KPCKevin Powell - Community
Created by Saagy on 10/7/2023 in #front-end
Twitter clone problem
I just tried this solution but the result wasn’t as such that I wanted…from this solution the col-2 and col-3 scrolled individually, hence they all stopped at the end of their contents(individually). Meanwhile the result I wanted was to control both col-2 and col-3 with same scroll (they should scroll together) but when col-3 hits the end of its content, it should stop scrolling while the col-2 continues scrolling until it gets to the end of its content. I hope this is understandable!
14 replies
KPCKevin Powell - Community
Created by Saagy on 10/7/2023 in #front-end
Twitter clone problem
Thanks…I’ll check it out and drop a feedback!
14 replies
KPCKevin Powell - Community
Created by Saagy on 10/7/2023 in #front-end
Twitter clone problem
Damn…that’s just the remaining piece of the whole puzzle😔 Ig I can’t showcase as a completed project until I’ve learnt and implemented JavaScript on it All the same, thanks for the help🙏🏽
14 replies
KPCKevin Powell - Community
Created by Saagy on 10/7/2023 in #front-end
Twitter clone problem
Please help someone😩…
14 replies
KPCKevin Powell - Community
Created by Saagy on 6/21/2023 in #front-end
Div should shrink😫
Guess what bro… on your forked code, just with the elimination of the fixed width and an addition of 100% on the .info-container .column div gave the shrink… CSS is stunningly brutal🤦🏽‍♂️ Thanks for the help🙏🏽💯
6 replies
KPCKevin Powell - Community
Created by Saagy on 6/20/2023 in #front-end
Dark Overlay on Hero section
Lol…can’t believe I didn’t realize that…
14 replies
KPCKevin Powell - Community
Created by Saagy on 6/20/2023 in #front-end
Dark Overlay on Hero section
Hi bro, it finally worked here after trying the forked pen. Though it didn’t produce the accurate result… it somehow made the whole background dark without leaving some spaces to be light at the middle… Thanks for helping out all the same… From my observation, the radial gradient property seemed to be what I needed due to the creation of the circular shaped overlay but when it’s linear, it appears in a straight line!
14 replies
KPCKevin Powell - Community
Created by Saagy on 6/20/2023 in #front-end
Dark Overlay on Hero section
Okay will check it out and give feedback… thanks
14 replies
KPCKevin Powell - Community
Created by Saagy on 6/20/2023 in #front-end
Dark Overlay on Hero section
I couldn’t implement this code… perhaps the code wasn’t imputed correctly…I tried to figure out why but I couldn’t.. All the same, Thanks for the help🙌🏽
14 replies
KPCKevin Powell - Community
Created by Saagy on 6/20/2023 in #front-end
Dark Overlay on Hero section
It was also a great solution but from my observation, being linear, it made the effects show on straight line and not rounded. But honestly I saved this code as it will be helpful when I need it for a linear effect. Thanks man🙏🏽
14 replies
KPCKevin Powell - Community
Created by Saagy on 6/20/2023 in #front-end
Dark Overlay on Hero section
Thanks for this solution man! After implementing this code, it gave a very accurate result.
14 replies
KPCKevin Powell - Community
Created by Saagy on 6/20/2023 in #front-end
Dark Overlay on Hero section
I would also like to get an assistance on the input so that it got that dark transparent background on it…Thanks in advance to my helper🙏🏽
14 replies
KPCKevin Powell - Community
Created by Saagy on 6/15/2023 in #front-end
prevent scrolling on body but allow only on a div
Dear Chris, you are indeed a problem solving Dev! I appreciate you so much for the help you rendered! It worked like the magics done by Merlin😁. I’ve been on this for days and you solved it in minutes👌🏾💯. You’re the best man! Thanks once again!✅🙌🏽 @Chris
5 replies
KPCKevin Powell - Community
Created by Saagy on 5/22/2023 in #front-end
Background color sizing on img hover
Thanks a lot for the help!…Much appreciated🙏🏽🫡💯
24 replies
KPCKevin Powell - Community
Created by Saagy on 5/22/2023 in #front-end
Background color sizing on img hover
This simply did the whole trick but as @Chris said, the padding affected the other elements but I actually found out that this was what Google did.🫡
24 replies
KPCKevin Powell - Community
Created by Saagy on 5/22/2023 in #front-end
Background color sizing on img hover
I tried your forked code and the result was exactly what I wanted but with some twists… Firstly, making use of your “.icon” class didn’t get the result I wanted as it wasn’t tweaking the images to the small width I wanted both of them to be, I don’t know exactly why this was happening but I noticed I had to add separate classes on both of ‘em to tweak their sizes separately but when I hovered, one was larger than the other. I really don’t know if it was due to the fact that I was making use of an img tag instead of linking to some fontawesone icons or maybe the width of the img’s I download weren’t the same. I tried to find out why it wouldn’t blend using same class on both but I couldn’t. Secondly, I observed I had to add these separate classes both inside the link tag and inside the img tag for the result to work because placing them only on the link tag as you’ve instructed wasn’t applying the css on the images but when I added the classes on the img tags, boom, it worked. I wish my img’s could be outputted on my codepen link, you’d have realized all what I’m explaining but I’ll still place my code to see what I did that gave me the result which was close to what I wanted! https://codepen.io/Creatorjihm/pen/YzJgNrb @Chris
24 replies
KPCKevin Powell - Community
Created by Saagy on 5/22/2023 in #front-end
Background color sizing on img hover
After much trials, these were my observations!
24 replies