TheBassGuy 🎸
TheBassGuy 🎸
Explore posts from servers
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 5/5/2024 in #front-end
Full Width Dynamic Text Size
wont be able to copy it though
16 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 5/5/2024 in #front-end
Full Width Dynamic Text Size
how does one use vw then
16 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 5/5/2024 in #front-end
Full Width Dynamic Text Size
but the font size represents the height of the font
16 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 5/5/2024 in #front-end
Full Width Dynamic Text Size
no problem in using media queries
16 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 5/5/2024 in #front-end
Full Width Dynamic Text Size
as far as I understand, If I change the copy, it will break, right?
16 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 5/5/2024 in #front-end
Full Width Dynamic Text Size
and how do I make it responsive
16 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 5/5/2024 in #front-end
Full Width Dynamic Text Size
uhm
16 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 5/5/2024 in #front-end
Full Width Dynamic Text Size
how to find them
16 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 8/16/2023 in #front-end
Light ray effect with css
nice, thanks
11 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 8/16/2023 in #front-end
Light ray effect with css
so u are saying it is all gradients...
11 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 8/16/2023 in #front-end
Light ray effect with css
and maybe some blend modes also
11 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 8/16/2023 in #front-end
Light ray effect with css
not an issue
11 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 8/16/2023 in #front-end
Light ray effect with css
like the glow on the borders, text, icons too?
11 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 8/16/2023 in #front-end
Light ray effect with css
can u spin up a codepen, and make something similar if possible, would help a lot...
11 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 8/16/2023 in #front-end
Light ray effect with css
They are generating these images dynamically
11 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 11/26/2022 in #front-end
I want to add an outside stroke to my text
no worries dude, if some idea comes up, then I'm here :D
15 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 11/26/2022 in #front-end
I want to add an outside stroke to my text
and the -webkit-text-stroke gives an inside text stroke, what should I do to get an outside text stroke?
15 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 11/26/2022 in #front-end
I want to add an outside stroke to my text
which one shall I use?
15 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 11/26/2022 in #front-end
I want to add an outside stroke to my text
15 replies
KPCKevin Powell - Community
Created by TheBassGuy 🎸 on 11/26/2022 in #front-end
I want to add an outside stroke to my text
.font-outline-4 {
/* -webkit-text-stroke: 4px black outside; */
text-shadow: -4px -4px 0 #000000, 4px 4px 0 #000000, -4px 4px 0 #000000, 4px -4px 0 #000000;
}
.font-outline-4 {
/* -webkit-text-stroke: 4px black outside; */
text-shadow: -4px -4px 0 #000000, 4px 4px 0 #000000, -4px 4px 0 #000000, 4px -4px 0 #000000;
}
15 replies