Team:SYSU-Software/demo.css
From 2013.igem.org
(Difference between revisions)
(Created page with "body { font-family: Arial; font-weight: bold; } p { word-break: break-all; } .wrapper { width: 980px; margin: 0 auto; } .divider { width: 660px; height: 2px; margin: 4...") |
|||
Line 44: | Line 44: | ||
.demo-video { | .demo-video { | ||
float: left; | float: left; | ||
- | width: | + | margin-left: 15px; |
+ | width: 560px; | ||
height: 360px; | height: 360px; | ||
+ | padding: 0; | ||
} | } | ||
Line 52: | Line 54: | ||
width: 360px; | width: 360px; | ||
height: 360px; | height: 360px; | ||
+ | margin-right: 15px; | ||
} | } | ||
Revision as of 12:52, 24 September 2013
body { font-family: Arial; font-weight: bold; }
p { word-break: break-all; }
.wrapper { width: 980px; margin: 0 auto; }
.divider { width: 660px; height: 2px; margin: 40px auto; background-color: #3d4a55; }
.header-text { color: #ffe14b; font-size: 25px; }
.demo-nav { width: 100%; text-align: center; height: 36px; font-size: 36px; }
.demo-nav img { width: 21px; height: 27px; }
.demo-content { width: 100%; margin: 10px auto; }
.demo-video { float: left; margin-left: 15px; width: 560px; height: 360px; padding: 0; }
.demo-intro { float: right; width: 360px; height: 360px; margin-right: 15px; }
.intro-header { width: 100%; }
.into-content { width: 100%; }
.intro-content img { display: block; margin: 0 auto; }