I use this code to make the background blue:
<!DOCTYPE html>
<html>
<body style="background-color:blue;">
</body>
</html>
Which works good but how can I make the background have two different colors? 50% to be blue and the rest 50% to be yellow for example, split horizontally...