Answers for "gradien color generator"

0

color gradient generator

/* "element" bieng the target class item to style */
.element{
    background: rgb(2,0,36) !important;
    background: linear-gradient(331deg, rgba(2,0,36,1) 0%, rgba(139,88,94,1) 0%, rgba(53,101,125,1) 14%, rgba(40,127,156,1) 29%, rgba(0,212,255,1) 100%) !important;
    padding-bottom: 4%;
}
Posted by: Guest on November-15-2020
0

background color gradient generator

BgcolorOfTexts: {
    background: "rgb(2,0,36)",
    background:
      "linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,9,41,1) 35%, rgba(0,212,255,1) 100%)",
  },
  
  
  nouman
Posted by: Guest on December-22-2021

Browse Popular Code Answers by Language