Lamer of Sweden
Lamer of Sweden
KPCKevin Powell - Community
Created by GuyForkz on 3/19/2025 in #ui-ux
Need help with consistent colours across devices.
Perhaps set up a fallback color as well? https://oklch.com/#46.23,0.1851,8.3,100
4 replies
KPCKevin Powell - Community
Created by GuyForkz on 3/19/2025 in #ui-ux
Need help with consistent colours across devices.
Here's the gamut for Samsung Galaxy S10 lite. https://www.displaymate.com/Gamut_47S.html
4 replies
KPCKevin Powell - Community
Created by GuyForkz on 3/19/2025 in #ui-ux
Need help with consistent colours across devices.
Hello! Could be that you are using Vivid Mode on your Samsung? The Vivid mode will produce amongst else boosted reds and has a larger gamut than DCI-P3 and a lot more than sRGB. So that could be why the reds displays different on your specific smartphone compared to the other devices that maybe have similar hardware components, profiles etc. But trying to make colors look the same on any device is challenging to say the least. https://medium.com/design-bootcamp/consistency-in-color-perception-across-devices-813f7888aa70
4 replies
KPCKevin Powell - Community
Created by Max'S on 1/25/2025 in #front-end
Does anyone have Figma files or any of the resources where I get Figma files to practice CSS?
Hello! This channel is for code-specific question. Head over to #resources or #discussions with your question regarding resources like figma files or sources to practice CSS.
6 replies
KPCKevin Powell - Community
Created by Rashed on 1/14/2025 in #front-end
tailwind setup issue
5 replies
KPCKevin Powell - Community
Created by Rashed on 1/14/2025 in #front-end
tailwind setup issue
Missing the Tailwind CSS IntelliSense?
5 replies
KPCKevin Powell - Community
Created by snxxwyy on 11/27/2024 in #front-end
How to correctly import fonts
I like this article that explains three parts regarding performance best practice for fonts. https://web.dev/articles/font-best-practices
8 replies
KPCKevin Powell - Community
Created by ditta on 11/22/2024 in #front-end
list of classes in html / css
Else go for a regex in search. 1. Open New Search Editor (Ctrl + Shift + P and search for New Search Editor)
2. Add following to Search field
[\.#](?!\d)[\w-]+(?:\s*,\s*\.(?!\d)[\w-]+)*
[\.#](?!\d)[\w-]+(?:\s*,\s*\.(?!\d)[\w-]+)*
3. Activate regex (Alt + R) or click the third button to the right side of the search field 4. Click [...] to Toggle Search Details 5. Add following to inlude files like css, scss, sass
**/*.{css,scss,sass}
**/*.{css,scss,sass}
This should get you all the classes (.classname) and IDs (#idname)
5 replies
KPCKevin Powell - Community
Created by ditta on 11/22/2024 in #front-end
list of classes in html / css
Right click on first css file and choose "Select for compare" and then right click on second css file and choose "Compare with selected" and you'll get a view to see the difference like when having a conflict while trying to merge a branch.
5 replies
KPCKevin Powell - Community
Created by sillyrabbit on 10/30/2024 in #front-end
Grid-based hierarchy for multi-line elements
Yep, looks like a straight forward grid-template-columns solution. Did something like this. https://codepen.io/peter-warholm/pen/LYwrggZ
4 replies
KPCKevin Powell - Community
Created by jsv_1991 on 11/1/2024 in #front-end
Mobile Landscape View Text Issue
Can't replicate your error though. :/
9 replies
KPCKevin Powell - Community
Created by jsv_1991 on 11/1/2024 in #front-end
Mobile Landscape View Text Issue
9 replies
KPCKevin Powell - Community
Created by jsv_1991 on 11/1/2024 in #front-end
Mobile Landscape View Text Issue
You seem to have a Github Pages live, right?
9 replies
KPCKevin Powell - Community
Created by Faker on 9/25/2024 in #front-end
Does order matters when defining a class for a parent element and its child elements?
No worries
9 replies
KPCKevin Powell - Community
Created by Faker on 9/25/2024 in #front-end
Does order matters when defining a class for a parent element and its child elements?
9 replies
KPCKevin Powell - Community
Created by Faker on 9/25/2024 in #front-end
Does order matters when defining a class for a parent element and its child elements?
Only direct children
9 replies
KPCKevin Powell - Community
Created by Faker on 9/25/2024 in #front-end
Does order matters when defining a class for a parent element and its child elements?
If setting/moving the class .navigation-bar to <nav> element the flex item will only be one so nothing to flex.
9 replies
KPCKevin Powell - Community
Created by Chrissi | Freaky on 9/23/2024 in #front-end
Cover SVG Path with a pattern to create Brushstroke effect
The stroke-width is the width of the path
3 replies
KPCKevin Powell - Community
Created by Chrissi | Freaky on 9/23/2024 in #front-end
Cover SVG Path with a pattern to create Brushstroke effect
Not sure but do you want to increase the yellow bits? Then increase the markerWidth and markerHeight
3 replies
KPCKevin Powell - Community
Created by TRUEfoe on 9/23/2024 in #front-end
Div Background Images & Contain/Cover
Hello! Is it possible for you to use https://codepen.io/pen/ or similar to display the code that you use, and recreate the problem that is. A lot easier to debug.
5 replies