linear-gradient(); and

Asked

Viewed 21 times

0

I’m good with CSS but I still have a question as to background color Linear-gradient only it didn’t stay 100% it keeps repeating depending on the size.

body{

    background: linear-gradient(#3F88C5,#2C497F);
    background-size: auto;
    font-family: 'Kanit', sans-serif;

}
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.