css background image no repeat Paste Your Code here! <!DOCTYPE html> <html lang="en"> <head> <title>HTML</title> <style> body { background-image: url("https://bit.ly/3AUBZ3T"); background-size: 100px; background-repeat: no-repeat; } </style> </head> <body> </body> </html> output