(7 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
.container { | .container { | ||
position: absolute; | position: absolute; | ||
− | width: | + | width: 1150; |
+ | |||
} | } | ||
div.absolute { | div.absolute { | ||
Line 19: | Line 20: | ||
height: 100px; | height: 100px; | ||
+ | } | ||
+ | .container .obj { | ||
+ | position: absolute; | ||
+ | top: 25%; | ||
+ | left: 35%; | ||
} | } | ||
body { | body { | ||
Line 27: | Line 33: | ||
padding: 0; | padding: 0; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
<div class="absolute"> | <div class="absolute"> | ||
− | <div class=" | + | <div class="container"> |
<img src="https://static.igem.org/mediawiki/2018/2/2f/T--RMHS_Maryland--Experiments1.png" width = 1150> | <img src="https://static.igem.org/mediawiki/2018/2/2f/T--RMHS_Maryland--Experiments1.png" width = 1150> | ||
− | < | + | <img src= "https://static.igem.org/mediawiki/2018/4/42/T--RMHS_Maryland--LN22.png" width = 1150> |
+ | <object class = "obj"><object width="500 height="500" data="https://static.igem.org/mediawiki/2018/b/b4/T--RMHS_Maryland--ExperimentsPage.pdf" type="application/pdf" width="100%" height="900px"></object> | ||
</div> | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 03:52, 18 October 2018