html { background: #red; /* fallback color */ background: linear-gradient( to bottom, #red, #blue); background-repeat: no-repeat; background-size: cover; ...
確定! 回上一頁