Narigo
Narigo
Explore posts from servers
KPCKevin Powell - Community
Created by Narigo on 2/21/2025 in #front-end
Is rotating a radial gradient in CSS background property possible?
Is it possible to use a gradient to create an ellipse and make it look like a rotated ellipse? It's easy to create an ellipse with radial-gradient, but I'm wondering whether this can be rotated in any angle. Why do I need it? I can draw images pixel by pixel with linear-gradients, but if I want an elliptical shape, that's not on the horizontal or vertical axis, it looks like doing so seems impossible to me if I don't want to draw them more or less pixel by pixel... But maybe I just couldn't come up with a proper solution. Is someone in here who could think of a way how to get an ellipse?
32 replies
DDeno
Created by Narigo on 1/4/2024 in #help
Recommendations for interacting with Excel sheets (.xlsx) and GraphQL?
I want to use Deno in production. Specifically, I'm looking into building a script that reads a .xlsx file and pushes some data to a GraphQL server. Is there a recommendation on what packages can / should be used? I've recently tried to set up Prisma, but that totally failed and to get it to work with Deno seems like a big workaround and a big time invest to understand what's necessary. So I hope my other script idea is going to be easier to implement or will I have too many compatibility issues again trying to use Deno with Excel sheets or GraphQL...? 😬
5 replies