UI – Bootstrap
An easy way to setup a nice & clean UI, and responsive UI.
Bootsrap use HTML5 & CSS3. Please ensure you have the following:
<!DOCTYPE html> <html lang="en"> ... </html>
Include the following in head
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="css/bootstrap-responsive.min.css" rel="stylesheet">
Include the following at the bottom – before end of body
tag – to make sure the page load fast.
<!-- I use jQuery 1.9.0 --> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script>
Here is the screen shot of my test. 🙂
