Line 6: | Line 6: | ||
body { | body { | ||
font-family: 'Montserrat';font-size: 12px; | font-family: 'Montserrat';font-size: 12px; | ||
+ | } | ||
+ | .container { | ||
+ | position: absolute; | ||
+ | width: 1150; | ||
+ | |||
} | } | ||
div.absolute { | div.absolute { | ||
Line 15: | Line 20: | ||
height: 100px; | height: 100px; | ||
+ | } | ||
+ | .container .obj { | ||
+ | position: absolute; | ||
+ | top: 25%; | ||
+ | left: 35%; | ||
} | } | ||
body { | body { | ||
Line 23: | Line 33: | ||
padding: 0; | padding: 0; | ||
} | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
<div class="absolute"> | <div class="absolute"> | ||
− | <div class="container" | + | <div class="container"> |
<img src="https://static.igem.org/mediawiki/2018/4/48/T--RMHS_Maryland--LN1.png" width = 1150> | <img src="https://static.igem.org/mediawiki/2018/4/48/T--RMHS_Maryland--LN1.png" width = 1150> | ||
<img src= "https://static.igem.org/mediawiki/2018/4/42/T--RMHS_Maryland--LN22.png" width = 1150> | <img src= "https://static.igem.org/mediawiki/2018/4/42/T--RMHS_Maryland--LN22.png" width = 1150> | ||
− | <object | + | <object class = "obj"><object width="500 height="500" data="https://static.igem.org/mediawiki/2018/f/f2/T--RMHS_Maryland--Notebook.pdf" type="application/pdf" width="100%" height="900px"></object> |
</div> | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 03:54, 18 October 2018