Khoa
Khoa
Explore posts from servers
MManifest
Created by Khoa on 11/16/2024 in #questions-🙋
Is this an acceptable way to have one product contains multiple images?
oh ok. thank you very much.
5 replies
MManifest
Created by Khoa on 11/16/2024 in #questions-🙋
Is this an acceptable way to have one product contains multiple images?
I was working on a simple ecommerce website
5 replies
KPCKevin Powell - Community
Created by Ayomide on 11/9/2024 in #front-end
Flex wrap issue
obviously you dont want 3 tiny buttons with 3 different sizes on mobile, it's really bad user experience.
9 replies
KPCKevin Powell - Community
Created by Ayomide on 11/9/2024 in #front-end
Flex wrap issue
here's some example code I just wrote
9 replies
KPCKevin Powell - Community
Created by Ayomide on 11/9/2024 in #front-end
Flex wrap issue
9 replies
KPCKevin Powell - Community
Created by Ayomide on 11/9/2024 in #front-end
Flex wrap issue
if you go for a grid layout you can have 3 boxes that have equal size
9 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 6/26/2024 in #ui-ux
How can I improve my website design
you might want breadcrumb or a back button so that people can go back after reading a question
15 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 6/26/2024 in #ui-ux
How can I improve my website design
you should have a way to differentiate the questions and the replies below the question. rn it's using the same styled box
15 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 6/26/2024 in #ui-ux
How can I improve my website design
your footer is very good. 👌
15 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 6/26/2024 in #ui-ux
How can I improve my website design
No description
15 replies
KPCKevin Powell - Community
Created by Khoa on 5/3/2024 in #front-end
Code this weird bendy thing with text inside?
thank you. these look very promising
3 replies
KPCKevin Powell - Community
Created by 共産主義のト二イ on 3/2/2024 in #front-end
Is it possible to reduce the size of a font-variable.woff2 file?
use that python fonttools cmd thingy, it works really well on my variable Inter
58 replies
KPCKevin Powell - Community
Created by 共産主義のト二イ on 3/2/2024 in #front-end
Is it possible to reduce the size of a font-variable.woff2 file?
it can be a massive size reduction
58 replies
KPCKevin Powell - Community
Created by 共産主義のト二イ on 3/2/2024 in #front-end
Is it possible to reduce the size of a font-variable.woff2 file?
if you only type latin characters on your website, subset can remove other characters that aren't latin
58 replies
KPCKevin Powell - Community
Created by Afghan_Goat on 3/5/2024 in #front-end
Is my site layout saveable?
you should be able to achieve any grid layout simply by adjusting the --min up and down
50 replies
KPCKevin Powell - Community
Created by Afghan_Goat on 3/5/2024 in #front-end
Is my site layout saveable?
.flexes {

--min: 50ch;
--gap: 1rem;
display: grid;
grid-gap: var(--gap);
grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--min)), 1fr));
}
.flexes {

--min: 50ch;
--gap: 1rem;
display: grid;
grid-gap: var(--gap);
grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--min)), 1fr));
}
50 replies
KPCKevin Powell - Community
Created by Afghan_Goat on 3/5/2024 in #front-end
Is my site layout saveable?
No description
50 replies
KPCKevin Powell - Community
Created by Afghan_Goat on 3/5/2024 in #front-end
Is my site layout saveable?
No description
50 replies
KPCKevin Powell - Community
Created by Afghan_Goat on 3/5/2024 in #front-end
Is my site layout saveable?
sure, that's a good idea
50 replies
KPCKevin Powell - Community
Created by Afghan_Goat on 3/5/2024 in #front-end
Is my site layout saveable?
No description
50 replies