<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Media Element Demo</title> | |
<style> | |
body { | |
background-color: rgb(255, 255, 255); | |
color: #0047ab; | |
font-size: 100px; | |
} | |
video { | |
transform: translateX(100px) rotate(3deg); | |
} | |
</style> | |
</head> | |
<body> | |
Media Element Demo | |
<script type="text/javascript" src="media-element-demo.js"></script> | |
</body> | |
</html> |