Difference between revisions of "Team:TP-CC San Diego/assets/bootstrap/css/bootstrap.min.css"

Line 53: Line 53:
 
}
 
}
  
 
+
.text-left {
 +
    text-align: left
 +
}
 +
.text-right {
 +
    text-align: right
 +
}
 +
.text-center {
 +
    text-align: center
 +
}
 +
.text-justify {
 +
    text-align: justify
 +
}
 +
.text-nowrap {
 +
    white-space: nowrap
 +
}
 +
.text-lowercase {
 +
    text-transform: lowercase
 +
}
 +
.text-uppercase {
 +
    text-transform: uppercase
 +
}
 +
.text-capitalize {
 +
    text-transform: capitalize
 +
}
 +
.text-muted {
 +
    color: #777
 +
}
 +
.text-primary {
 +
    color: #337ab7
 +
}
 
.container {
 
.container {
 
     padding-right: 15px;
 
     padding-right: 15px;

Revision as of 00:45, 14 October 2017