Metro UI CSS 2.0

Metro UI CSS a set of styles to create a site
with an interface similar to Windows 8.

Download

easy to use

less source

mit license

5

simple steps to you style

5 simple steps to you style

  1. Create page with HTML5 DOCTYPE
  2. Include metro-bootstrap.css
  3. Include metro.min.js (jquery.js required)
  4. Create main container with class .metro
  5. Use markup, as described in the pages of this site
<!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.min.js"></script>
    </head>
    <body class="metro">
        ... markup page ...
    </body>
</html>

About author

Hi! My name Sergey Pimenov and i'm author of Metro UI CSS from Kiev, Ukraine.

2012-2013, Metro UI CSS © by Sergey Pimenov