Bootstrap 3 Template
This is a simple Twitter Bootstrap 3 template. You can fork it to get a ready to use Bootstrap 3 fiddle.
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">
<section>
<div class="container alignLeft">
<div class="row">
<div class="col-md-12">
<div class="scuole">
<h1 class="page-header">Scuole associate al DS</h1>
</div>
</div>
</div>
<div class="row scuola-row">
<div class="col-md-2">
<p>COD-SCUOLA</p>
</div>
<div class="col-md-2">
<p>NOME SCUOLA</p>
</div>
<div class="col-md-4">
<p>PROGETTI ASSOCIATI</p>
</div>
<div class="col-md-4">
<p>NOTE</p>
</div>
</div>
</div>
</section>
CSS
body{
text-align: center;
}
.error {
padding: 3px;
margin-bottom: 5px;
border: 1px solid transparent;
color: red;
}
h3{
text-align:center;
}
.msg {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.linkCell{ padding-top:20px;}
header {
/* background-image: linear-gradient(#04519b, #044687 60%, #033769); */
background-image: linear-gradient(#0297c2, #03bbd7 60%, #18bed7);
color: #fff;
min-height: 250px;
padding-top: 25px;
padding-bottom: 25px;
}
.menuHeader {
min-height: 80px !important;
text-align: left !important;
}
header .logo {
float: left;
width: 170px;
}
#login-box {
float: right;
border: 0 !important;
margin: 0 !important;
padding: 25px !important;
width: auto !important;
background: none !important;
}
header form {
float: right;
}
#ricorda {
float: right;
}
.headerDiv {
/* background-image: linear-gradient(#04519b, #044687 60%, #033769); */
background-image: linear-gradient(#0297c2, #03bbd7 60%, #18bed7);
color: #fff;
min-height: 250px;
padding-top: 25px;
padding-bottom: 25px;
}
/*
.container p{
text-align: justify !important;
}
*/
.headerDiv .container .logo {
float: left;
}
.form-inline .radio, .form-inline .checkbox {
float: right !important;
}
i.glyphicon-home {
font-size: 1.84em;
margin-right: 10px;
}
#menuTi.group-item i {
float: right;
margin-right: 15px;
width: 80px;
}
.textOnRight {
text-align: right !important;
float: right;
}
#menuTitle {
font-size: 1.4em;
text-align: center;
}
.group-item {
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
overflow: auto;
padding-bottom: 10px;
}
.alignLeft {
text-align: left;
}
.scuola-row {
min-height: 80px;
border-style: solid;
border-width: 1px;
text-align: center;
}
}
h3{
text-align:center;
}
.msg {
padding:...
JavaScript
/* Latest compiled and minified JavaScript included as External Resource */