Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> body { background-color: #8ebc42; -webkit-appearance: none; -moz-appearance: none; appearance: none; } </style> </head> <body> <h2>Background-color Property Example</h2> <p>Lorem ipsum is simply dummy text...</p> </body> </html>