Team:Manchester/css/coming-soon.css

From 2014.igem.org

(Difference between revisions)
Line 27: Line 27:
}
}
.top-bit h3{
.top-bit h3{
-
float: center;
+
float: right;
color: #FF9900;
color: #FF9900;
/*text-transform: uppercase;*/
/*text-transform: uppercase;*/
Line 34: Line 34:
}
}
.top-bit a{
.top-bit a{
-
float: center;
+
float: right;
/*font-size: 2em;*/
/*font-size: 2em;*/
/*padding: 0px 40px;*/
/*padding: 0px 40px;*/

Revision as of 20:13, 15 August 2014

body { font-family: 'Roboto', serif; } h1.main,p.demos { -webkit-animation-delay: 5s; -moz-animation-delay: 5s; -ms-animation-delay: 5s; animation-delay: 5s; } .top-bit{ width: 100%; line-height: 35px; padding-bottom: 0px; padding-right: 90px; padding-left: 90px; text-align: center; position: static; display: block; }

.top-bit h1{ float: center; color: #3D007A; /*text-transform: uppercase;*/ /*padding: 100px;*/ display: inline-block; } .top-bit h3{ float: right; color: #FF9900; /*text-transform: uppercase;*/ /*padding: 100px;*/ /*display: block;*/ } .top-bit a{ float: right; /*font-size: 2em;*/ /*padding: 0px 40px;*/ /*display: block;*/ color: #000000; /*border-bottom: 2px solid;*/ margin-right: 50px; }

.top-bit a:hover{ border-bottom: 2px solid; } .overall-bit{ width: 100%; line-height: 90px; padding: 10px; color: #000000; text-align: center; position: relative; /*display: block;*/ }