Top Leads
Better dynamic themes in Tailwind with OKLCH color[IT, unknown]
Posted 11 months ago
Better dynamic themes in Tailwind with OKLCH color magic
Dan Kozlov and Travis Turner delve into the dynamic theming with Tailwind CSS, explaining how to make Tailwind play nice with CSS variables, OKLCH colors, and dynamic themes. - https://evilmartians.com/chronicles/better-dynamic-themes-in-tailwind-with-oklch-color-magic
#css
CSS prefers-reduced-transparency Adam Argyle expl[IT, unknown]
Posted 11 months ago
CSS prefers-reduced-transparency
Adam Argyle explains how to optimize and adjust the experience for users who prefer an opaque UI. - https://developer.chrome.com/blog/css-prefers-reduced-transparency
#css
Please help with css/html website background (BigCartel)[IT, other]
Posted 11 months ago
Please help with css website background (BigCartel)
Hello, I was wondering if anyone could help me. I am a beginner coder trying to learn to code a website background into my ecommerce shop on bigcartel using the Good Vibes theme. I have figured out how to code to make the image appear in practically every place except the background.
Thanks ...
CSS prefers-reduced-transparency Adam Argyle expl[IT, unknown]
Posted 11 months ago
CSS prefers-reduced-transparency
Adam Argyle explains how to optimize and adjust the experience for users who prefer an opaque UI. - https://developer.chrome.com/blog/css-prefers-reduced-transparency
#css
I’ve just started on learning HTML & CSS and I have questions.[IT, unknown]
Posted 11 months ago
Background: I’m a beginner with no coding background, just wanting to pick up coding skills so that I can do a career switch eventually. My only closest experience with app/web development is developing applications using Microsoft powerapps and it ignited the interest in me to move on to learning how to code.
I’ve started learning HTML & CSS ...
website speed Project Title: Improve Website Speed[IT, unknown]
Posted 11 months ago
website speed
Project Title: Improve Website Speed for WordPress Site
Description:
I am looking for an experienced developer to improve the loading time of my WordPress website. The current loading time is more than 5 seconds, which is significantly impacting user experience and conversion rates. My target loading time is less than 2 seconds.
Skills and Experience Required:
- Extensive experience in ...
Better dynamic themes in Tailwind with OKLCH color[IT, unknown]
Posted 11 months ago
Better dynamic themes in Tailwind with OKLCH color magic
Dan Kozlov and Travis Turner delve into the dynamic theming with Tailwind CSS, explaining how to make Tailwind play nice with CSS variables, OKLCH colors, and dynamic themes. - https://evilmartians.com/chronicles/better-dynamic-themes-in-tailwind-with-oklch-color-magic
#css
How to change the submit button colour on Ninja Forms[IT, unknown]
Posted 11 months ago
This is driving me nuts guys... all I'm trying to do is change the colour of the "submit" button on my Ninja Form, but cannot work it out!! I've tried adding custom CSS as below, but it's not working... please save me??
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] { background: #89c5f0; border: 0; color: #f7f7f7; ...