Team:UCLA/Template/CSS test
From 2014.igem.org
(Difference between revisions)
Samichaels (Talk | contribs) |
Samichaels (Talk | contribs) |
||
Line 520: | Line 520: | ||
<!--BLURB BOXES--> | <!--BLURB BOXES--> | ||
.pageOption { | .pageOption { | ||
- | + | position: relative; | |
- | + | width: 900px; | |
- | + | height: 600px; | |
} | } | ||
- | . | + | |
- | + | .pageOption .photo { | |
- | + | position: absolute; | |
- | + | top: 0px; | |
- | + | left: 0px; | |
+ | width: 900px; | ||
+ | height: 600px; | ||
+ | background: url('http://froggyadventures.com/wp-content/uploads/galleries/post-93/full/placeholder%20-%20Copy%20(2).gif') no-repeat 0 0; | ||
} | } | ||
- | . | + | |
- | + | .pageOption .cinema { | |
- | + | position: absolute; | |
- | + | bottom: 0px; | |
- | + | right: 0px; | |
- | + | width: 900px; | |
- | + | height: 600px; | |
- | + | background: url('http://www.akronschools.com/static/image/placeholder.jpg') no-repeat 0 0; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 21:59, 11 August 2014