📜 ⬆️ ⬇️

Metro style CSS / JS library, compatible with Twitter Bootstrap

Not so long ago, I wrote on Habré about Bootmetro - the design of Twitter Bootstrap in the style of Windows 8. This development is a good idea, but in practice everything works very clumsily. Fortunately, there is a quality-made analog from Ace Subido - CSS3 Microsoft Metro Buttons .



In essence, this is a set of styles for buttons and shapes that can be used with Twitter Bootstrap.
')




Using Twitter Bootstrap is easy:

<!DOCTYPE html> <html> <head> <title>Hello World! - Home</title> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/m-styles.min.css" rel="stylesheet"> </head> <body> <h1>Hello world!</h1> <script src="js/latestjquery.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/m-radio.min.js"></script> </body> </html> 


PS Anticipating the question “Where is it to use, except on the sites of Windows fans?”, Here are a couple of selections with concepts and already working sites in Metro-style:

50+ Epic Metro Style Design
Metro Style web design in Windows8 as New trends

Source: https://habr.com/ru/post/154799/


All Articles