<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>style_background_image_grid_pattern</title>
<link rel="stylesheet" href="../shared.css" />
</head>
<body style="width: 1200px; height: 630px">
<div
style="
display: flex;
width: 100%;
height: 100%;
background-image:
linear-gradient(to right, rgb(128, 128, 128) 1px, rgba(0, 0, 0, 0) 1px),
linear-gradient(rgb(128, 128, 128) 1px, rgba(0, 0, 0, 0) 1px);
background-size: 40px 40px;
background-position:
0px 0px,
0px 0px;
background-repeat: repeat, repeat;
background-color: rgb(255, 255, 255);
"
></div>
</body>
</html>