Skip to main content
3 votes
1 answer
107 views

I'm struggling to fill the background of this plot with a color gradient. There is a warning in the help for linearGradient that they are not supported on all graphics devices, but I've tried multiple ...
Mycobiont's user avatar
0 votes
2 answers
141 views

.bg { position: relative; --r: 32px; --corner-size: var(--r) var(--r); --corner-gradient: black 0%, black calc(var(--r) - var(--r)), transparent var(--r); ...
siaikin's user avatar
  • 13
-1 votes
1 answer
113 views

I am trying to implement the gradient design into textview like below via LinearGradient but after trying for several hours even with AI tools i am not able to get desired result. I used this as ...
androidXP's user avatar
  • 1,746
-2 votes
1 answer
253 views

how to do gradient borders in tailwind CSS? i searched on google but found only custom CSS solutions. We can do the background as gradient with Tailwind. is there any way to apply gradient on border ...
Ayaz Irshad's user avatar
0 votes
1 answer
188 views

I’m working with SwiftUI Charts to display a user’s pulse over a week. The chart currently shows a LineMark with red points and a gray background rectangle to mark a “normal” pulse range. I want to ...
RinaredTap's user avatar
0 votes
0 answers
68 views

I'm trying to design the background for the hero section of a project. I've been having trouble getting the gradients and background color to work together as intended. I've tried adjusting the layer ...
Dapo Adedire's user avatar
0 votes
0 answers
76 views

I have this SVG that was exported from Figma that is being used as a background image for a hero section. I have had some complaints of the transition lines of the gradient being visible in the ...
Timothy Fisher's user avatar
0 votes
2 answers
110 views

I want to use a linear-gradient background where I eventually want to control when the gradient should start. Right now I have it set to start at 50%. I do that like this: .block{ font-family: '...
Fluxian's user avatar
  • 1,014
0 votes
1 answer
48 views

This looks simple and must be asked before, but I cannot find the question. I have the following animation: @keyframes bar-animation { to { background-position-y: 20px; } } ....
Shtole's user avatar
  • 376
0 votes
2 answers
83 views

The div I need to develop is this: The code I wrote for that is: <div className='[background-image:linear-gradient(to_bottom,#212639_100%,#062142_25%),linear-gradient(to_bottom,#ffffff_24%,#...
Abdullah Ahmad's user avatar
-1 votes
1 answer
127 views

I am trying to replicate a design in Figma for text with linear gradient. Here is my code, which I got from an article somewhere: <p className='font-inter-tight font-medium text-[18px] leading-[...
Abdullah Ahmad's user avatar
0 votes
1 answer
98 views

There is a gradient, defined like this: <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="out-of-flow"&...
Shtole's user avatar
  • 376
1 vote
1 answer
85 views

I am wondering if it is possible to create a custom gradient coloring for a line chart based on a field or parameter value. Based on my research, it does not seem to be possible, as I couldn’t find ...
tomecsek's user avatar
  • 417
1 vote
1 answer
48 views

I would like to add a line to a legend gradient bar. That's how my legend looks: enter image description here What I want is this: enter image description here My code: main_map <- ggplot() + ...
Niklas H.'s user avatar
1 vote
0 answers
61 views

I'm building a small website with a rather particular background. My goal is to apply a masked background image gradient to the repeated background image pattern (flowers.png), in a way that the ...
Jaeger's user avatar
  • 1,754

15 30 50 per page
1
2 3 4 5
108