Entity808
Entity808
KPCKevin Powell - Community
Created by Coffee_boy02# on 7/22/2024 in #front-end
HTML checkbox ?
I made my own styled checkbox, that I normally use cause I have more control than using an accent color. https://codepen.io/23chromosomes/pen/wvLWVgo But if you just want a different color, use this:
accent-color: red;
accent-color: red;
On the checkbox to style the checkmark background color. https://codepen.io/23chromosomes/pen/GRbjKKm
4 replies
KPCKevin Powell - Community
Created by Scruffy on 7/23/2024 in #front-end
Button with gradient
No description
15 replies
KPCKevin Powell - Community
Created by Scruffy on 7/23/2024 in #front-end
Button with gradient
No description
15 replies
KPCKevin Powell - Community
Created by Entity808 on 5/26/2024 in #front-end
Firefox button height transition bug fix?
62.5%
8 replies
KPCKevin Powell - Community
Created by Entity808 on 5/26/2024 in #front-end
Firefox button height transition bug fix?
Seems to have solved the issue, thank you.
8 replies
KPCKevin Powell - Community
Created by Entity808 on 5/26/2024 in #front-end
Firefox button height transition bug fix?
Thank you, will try to apply this to fix it.
8 replies
KPCKevin Powell - Community
Created by Entity808 on 5/26/2024 in #front-end
Firefox button height transition bug fix?
By body root is 10px in my real site as 1rem.
8 replies
KPCKevin Powell - Community
Created by Entity808 on 5/26/2024 in #front-end
Firefox button height transition bug fix?
Any reason what might cause this weird behviour in firefox?
8 replies
KPCKevin Powell - Community
Created by peterpumkineaterr on 4/17/2024 in #front-end
CSS alignment problem + not responsive at all.
Its not a smart idea to align content using margins for responsiveness. Better use flex and align it that way.
5 replies
KPCKevin Powell - Community
Created by peterpumkineaterr on 4/17/2024 in #front-end
CSS alignment problem + not responsive at all.
Few things: On classes container, berrry,coming you use: justify-content: center; align-items: center; These are not valid without setting display flex.
5 replies
KPCKevin Powell - Community
Created by peterpumkineaterr on 4/17/2024 in #front-end
CSS alignment problem + not responsive at all.
Can you be a bit more specific? What element is not working and how do you want it to be? If we talk about the big BERRY text in the middle, you could make the font size shrink when the screen does or we could make it wrap to the next line so it fits on smaller screens for example.
5 replies
KPCKevin Powell - Community
Created by MagicEmperor on 4/12/2024 in #front-end
Framer motion component lags for me
Seems to work fine for me. Dont notice any lagging behaviour.
8 replies
KPCKevin Powell - Community
Created by Entity808 on 4/10/2024 in #front-end
Directional card highlight, need help fixing 2 behaviours.
Can make it dynamic using JavaScript for now, so I dont have to write css for each card to set the index: https://codepen.io/23chromosomes/pen/YzMjWyN If you guys think of any way to do it without, please let me know. Since I don't like using JavaScript. 😀
29 replies
KPCKevin Powell - Community
Created by Entity808 on 4/10/2024 in #front-end
Directional card highlight, need help fixing 2 behaviours.
Browser support and all.
29 replies
KPCKevin Powell - Community
Created by Entity808 on 4/10/2024 in #front-end
Directional card highlight, need help fixing 2 behaviours.
That looks really nice. Will probably take a long time before it's a thing you can use in production though.
29 replies
KPCKevin Powell - Community
Created by Entity808 on 4/10/2024 in #front-end
Directional card highlight, need help fixing 2 behaviours.
Thank you Mark.
29 replies
KPCKevin Powell - Community
Created by Entity808 on 4/10/2024 in #front-end
Directional card highlight, need help fixing 2 behaviours.
Oh thats unfortunate. I had been messing with it for like a hour.
29 replies
KPCKevin Powell - Community
Created by Entity808 on 4/10/2024 in #front-end
Directional card highlight, need help fixing 2 behaviours.
I dont think I'm doing it right, since the highlight is not moving. https://codepen.io/23chromosomes/pen/YzMjWyN Did I do something wrong?
29 replies
KPCKevin Powell - Community
Created by Entity808 on 4/10/2024 in #front-end
Directional card highlight, need help fixing 2 behaviours.
Will try Kevins idea using atrr later. I do also like Chris his version. I keep being positively surprised. Thank you both!
29 replies
KPCKevin Powell - Community
Created by Entity808 on 4/10/2024 in #front-end
Directional card highlight, need help fixing 2 behaviours.
Works great!
29 replies