| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <link rel="stylesheet" href="/fonts/ahem.css"> | |
| <style> | |
| p { | |
| font: 20px/1 Ahem; | |
| border: 1px solid black; | |
| padding: 10px; | |
| width: 100px; | |
| } | |
| .test { | |
| } | |
| .test img { | |
| width: 20px; | |
| height: 20px; | |
| vertical-align: top; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p class="test">X<img src="/images/blue.png" style="padding-left:10px;"><img src="/images/blue.png" style="padding-right:10px;">X</p> | |
| </body> | |
| </html> |