Home / CSS Tips Generated By ChatGPT / Full-page Background Patterns in CSS Implement seamless background patterns that cover the entire page. Source Code body { background-image: url('pattern.png'); background-repeat: repeat; }