Answers for "add bottom gradient css"

CSS
0

css gradient bottom page

.colorhint-gradient {
  background: linear-gradient(to top, black, 20%, cyan);
}
.regular-progression {
  background: linear-gradient(to top, black, cyan);
}
Posted by: Guest on September-01-2021

Code answers related to "add bottom gradient css"

Browse Popular Code Answers by Language