Metro UI CSS a set of styles to create a site with an interface similar to Windows 8. This set of styles was developed as a self-contained solution.
Metro UI CSS is open source project with MIT licensing model.
To use the Metro UI CSS, you have to follow the 5 simple rules:
metro-bootstrap.css.metro
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/metro-bootstrap.css">
<script src="js/jquery/jquery.min.js"></script>
<script src="js/jquery/jquery.widget.min.js"></script>
<script src="js/metro/metro-*.js"></script>
</head>
<body class="metro">
</body>
</html>
Hi! My name Sergey Pimenov and i'm author of Metro UI CSS from Kiev, Ukraine.