| <!doctype html> | |
| <html> | |
| <head> | |
| <style type="text/css"> | |
| .reset { | |
| border: 0; | |
| margin: 0; | |
| padding: 0; | |
| font: 16px sans-serif; | |
| } | |
| .beauty { | |
| background-color: rgba(255, 0, 0, 0.95); | |
| } | |
| </style> | |
| </head> | |
| <body class="reset"> | |
| <div> | |
| <span class="beauty">Some hearts are diamonds some hearts are stones</span> | |
| </div> | |
| </body> | |
| </html> |