<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url('https://icon-library.com/images/white-flower-icon/white-flower-icon-7.jpg');
background-repeat: no-repeat;
}
</style>
</head>
<body>
<h2>Background No Repeat</h2>
<p>To avoid repeating the background image, the background-repeat property should be set to no-repeat.
</p>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.