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)
How do I change the direction of a gradient in tailwind css?
<div class="bg-gradient-to-r from-cyan-500 to-blue-500 ">
.
.
.
.
I have tried the above code. But it's a linear gradient, I want a vertical gradient.
Mohammed Hafiz
Votes: 0
Answers: 1
Unity | Get backward vector and play turn anim
Struggling with the implementation of character rotation animation by 180 degrees.
For clarity, I made a Pivot, which indicates the target of the direction, then compares the angle between the directi...
Alexey
Votes: 0
Answers: 0
is it possible to change direction of a splide slider in responsive?
is it possible to change direction of a splide slider in responsive? when i want to change the direction of the thumnail slider in responsive the slider crash.
var secondarySlider = new Splide("...
Zain
Votes: 0
Answers: 1
MUI5 TextField not affected with the RTL direction
I used RTL in my app with material-ui v4 and it was working correctly.
import React from "react"
import { create } from "jss"
import rtl from "jss-rtl"
import { StylesPro...
Banafshe Alipour
Votes: 0
Answers: 1