Answers for "radila gradient in css"

CSS
1

radial gradient css

.gradient {
  background-image:
    radial-gradient(
      circle,
      yellow,
      #f06d06
    );
}
Posted by: Guest on April-18-2020

Browse Popular Code Answers by Language