
#grad1 {
  height: 12000px; 
  background-color: green; /* For browsers that do not support gradients */
  background-image: linear-gradient(yellow, white, yellow); /* Standard syntax (must be last!) */
  text-align: center;
  font-size: 28px;
}
