Metro UI CSS makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.
<!DOCTYPE html> <html lang="en"> ... </html>
All javascript plugins required jQuery 2.0 or above and jQuery UI widget factory 1.9 or above.
Metro UI CSS used self namespace .metro
. You must add class .metro
to main container.
<body class="metro">...</body>