Team:UNITN-Trento/CSS/Project/Vending Machine

From 2013.igem.org

(Difference between revisions)
Line 6: Line 6:
     font-style:italic;
     font-style:italic;
     font-weight: lighter;
     font-weight: lighter;
 +
}
 +
 +
.tn-quote {
 +
   
 +
    color: #323232;
 +
    font-style: italic;
 +
    text-align: center;
}
}

Revision as of 16:41, 13 September 2013

.tn-subtitle {

   display: block;
   padding-left: 3em;
   font-family: "Cabin";
   font-size: 14px;
   font-style:italic;
   font-weight: lighter;

}

.tn-quote {

   color: #323232;
   font-style: italic;
   text-align: center;

}

.container .sheet .col {

   display: inline-block;
   width: 400px;
   margin: 0 16px;
   margin-top: 1em;

}