The following code is a simple code whose body's background-color is black:
body {
background-color: black;
}
<html>
<body>
</body>
</html>
What if I want to divide the background-color in such a way that it has two different colors without adding div's or images? Like the following:
is it possible?