div{
	width:100vw;
	height:100vh;
	background-image:repeating-linear-gradient(45deg, white 0%, white 2%, cyan 2%, cyan 4%, white 4%);
}