python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
linear-gradient syntax unclear
I am trying to understand this pen, but I have difficulties understanding line 44-45 in the SCSS file:
background: linear-gradient(var(--menu-link-active-color) 0 100%) left / 0 repeat;
I looked up ma...
Phil
Votes: 0
Answers: 2
Apply Gradient colours to Bottom Nav bar with floating action button
I need to make a nav bar with a floating action button just like this image:
what I have been able to make is in this picture :
The problem is that I wrapped my raw in a container, added box decorat...
Islam TALBI
Votes: 0
Answers: 1
How to add LinearGradient colour to "cupertino_rounded_corners" widget?
I have created a Squircle widget using the documentation for "cupertino_rounded_corners" at this link: https://pub.dev/packages/cupertino_rounded_corners with the below code.
@override
W...

Aneesh Bhat
Votes: 0
Answers: 2
swift split css linear-gradient using regex
i have css gradient like this:
linear-gradient(193deg, rgba(2,0,36,1) 0%, rgba(78,74,64,1) 35%, rgba(0,212,255,1) 100%);
I want to convert it into Swift gradient info like : [colors], angel, [locatio...
famfamfam
Votes: 0
Answers: 1