#Refreshing page background color disappears

3 messages · Page 1 of 1 (latest)

glass kettle
#

everytime i refresh my page background color disappears,

body{
  height: 800px;
    background: linear-gradient(
      180deg,
      rgba(237, 188, 109, 1) 0%,
      rgba(111, 102, 169, 1) 87%,
      rgba(255, 255, 255, 1) 100%,
      rgba(0, 0, 0, 1) 100%
    );
    background-repeat: no-repeat; 
}
sturdy gazelle
#

@glass kettle Please don't open multiple questions that seem to be asking about the same thing. This seems the same as your "Redirecting violates background color" question.

#

And in both cases, you're not giving enough information for someone to be able to help you with the problem.