When attempting to create a background color for my body element using linear gradient, I noticed that it resulted in a zigzag effect
I experimented with the following code:
Body{
background: linear-gradient(45deg, Blue 50%, red 50%)
}
The outcome was this:
https://i.sstatic.net/41t5v.png
However, what I had hoped for was different...