aolko
KPCKevin Powell - Community
•Created by aolko on 7/13/2023 in #resources
Material 2 color tool
2 replies
KPCKevin Powell - Community
•Created by aolko on 5/31/2023 in #resources
The good line-height
2 replies
KPCKevin Powell - Community
•Created by aolko on 5/26/2023 in #front-end
What's the best way to make angled corners?
19 replies
KPCKevin Powell - Community
•Created by aolko on 5/17/2023 in #resources
Awesome programming fonts
1 replies
KPCKevin Powell - Community
•Created by aolko on 5/16/2023 in #front-end
Writing a cool component library
14 replies
KPCKevin Powell - Community
•Created by aolko on 5/8/2023 in #front-end
Modify page contents via shadow dom?
Is it possible to entirely replace the page contents by hiding the old ones into the shadow dom and pull the elements from there?
2 replies
KPCKevin Powell - Community
•Created by aolko on 5/5/2023 in #resources
Awesome PHP
For those who want to dabble in php
https://github.com/ziadoz/awesome-php
1 replies
KPCKevin Powell - Community
•Created by aolko on 4/25/2023 in #os-and-tools
Tools for writing css components?
Are there any JS-less (i.e. don't require working with js (i.e. react/vue and jsx) when writing, not building) tools for conveniently organizing and aiding in writing css components or "design systems"? I know of storybook, but it's heavily reliant on js.
1 replies
KPCKevin Powell - Community
•Created by aolko on 3/12/2023 in #os-and-tools
good visual crutches for css grids?
anyone knows good visual crutches 🩼 for css grids, like webflow has?
https://youtu.be/1ViSR5fSDwg
(Under visual crutches I mean the UI means of building grids visually. You can see said UI throughout the video)
10 replies
KPCKevin Powell - Community
•Created by aolko on 1/27/2023 in #resources
PageAutomator
I present to you PageAutomator - an automation script for the browser. It was inspired by WinAutomation.
It's currently available at greasyfork, but you can use it outside the userscript, be sure to add the dependencies though.
https://greasyfork.org/en/scripts/458951-pageautomator/code
You can init it like this:
And I recommend running it after dom is fully loaded:
I've also tried to make the events chainable, so you can type them out like jquery events.
1 replies
KPCKevin Powell - Community
•Created by aolko on 1/18/2023 in #front-end
Separate conditions depending on children
How do i specify separate conditions if element has different children?
For example - if a
.button
only has .icon
- set the aspect-ratio
to 1/1
, if it has .icon
and .text
- unset
the aspect-ratio
and set the width
to 100%
24 replies