<!DOCTYPE html>
<html>
<head>
<title>Background Pattern 1</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>
</html>
body{
padding: 0;
margin: 0;
background-color: #00b5f7;
background-size: 53px 53px;
background-image: radial-gradient(
transparent 28px,
#ffffff 28px,
#ffffff 32px,
transparent 32px
);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.