Simply use linear-gradient as background and you can easily adjust the direction, colors, % of each color:
body {
margin: 0;
background: linear-gradient(to right, red 50%, blue 0%);
height:100vh;
text-align:center;
color:#fff;
}
some content
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…