| <html> | |
| <head> | |
| <style type="text/css"> | |
| body { | |
| zoom: 0.75; | |
| } | |
| img { | |
| border: 1px solid black; | |
| -webkit-box-reflect: below 1px -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(white)); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <img src="resources/kate.png"> | |
| </body> | |
| </html> |