Bootstrap 3 Template
This is a simple Twitter Bootstrap 3 template. You can fork it to get a ready to use Bootstrap 3 fiddle.
by arvillarruel
HTML
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
<head>
<h3>
titulo
</h3>
</head>
<body>
<div class="container" style="background-color:gray;">
<div>
<p style="color:red">
textvgfbhkgjdkfjhopdfjh
</p>
</div>
<div>
<p style="font-weight:bold; font-size:45px; text-align:center;">
textvgfbhkgjdkfjhopdfjh
textvgfbhkgjdkfjhopdfj
</p>
</div>
</div>
</body>
<div class="footer">
<p>Footer</p>
</div>
CSS
/* Latest compiled and minified CSS included as External Resource*/
/* Optional theme */
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');
body {
margin: 10px;
background-color: pink;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: red;
color: white;
text-align: center;
}
JavaScript
/* Latest compiled and minified JavaScript included as External Resource */