Answers for "rotate gradient css"

0

rotate gradient css

#test {
  color: #d3d3d3;
  background-color: #003366;
  background-image:linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
  height: 200px;
  width: 500px;
}
Posted by: Guest on June-08-2021

Browse Popular Code Answers by Language