Team:Hendrix Arkansas/css/main.css

From 2014.igem.org

(Difference between revisions)
Line 12: Line 12:
/* Main page */
/* Main page */
#project_title {
#project_title {
 +
    float: center;
     font-size: 6em;
     font-size: 6em;
     text-align: center;
     text-align: center;
Line 17: Line 18:
#project_summary {
#project_summary {
 +
    float: right;
 +
    clear: both;
 +
}
 +
#home_pictures {
 +
    float: left;
 +
    clear: both;
}
}

Revision as of 03:23, 24 August 2014

/* Removing wiki stuff */

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;

}

/* Basic styling */ p, td, tr {

   font-family: Arial;
   font-color: #000000;

}

/* Main page */

  1. project_title {
   float: center;
   font-size: 6em;
   text-align: center;

}

  1. project_summary {
   float: right;
   clear: both;

}

  1. home_pictures {
   float: left;
   clear: both;

}