HTML Input
Exciting box!
CSS Input
p { font-family: sans-serif; padding: 20px; /* background properties */ background-color: yellow; background: url(https://mdn.mozillademos.org/files/13026/fire-ball-icon.png) no-repeat 99% center, linear-gradient(to bottom, yellow, #dddd00 50%, orange); }
Output