Difference between revisions of "CSS/gifu/main"

Line 1: Line 1:
 
<html>
 
<html>
 +
<head>
 +
<meta http-equiv="Content-Script-Type" content="text/javascript">
 +
<meta http-equiv="Content-Script-Type" content="text/css">
 +
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
 +
 +
<style type="text/css">
 +
#ribosome{
 +
  width:120px;
 +
  height:120px;
 +
}
 +
 +
#rib{
 +
  font-size:35px;
 +
  visibility:hidden;
 +
  color:white;
 +
}
 +
 +
#base{
 +
  position:relative;
 +
  margin-top:auto;
 +
  margin-left:auto;
 +
  margin-right:auto;
 +
 height:700px;
 +
  width:900px;
 +
  z-index:100;
 +
}
 +
 +
#point{
 +
  position:absolute;
 +
  top:200px;
 +
  left:450px;
 +
  transform: rotate(0 deg);
 +
  z-index:1000;
 +
}
 +
 +
 +
</style>
 +
</head>
  
 
<body background="https://static.igem.org/mediawiki/2015/a/ae/Gifu-cell4.png"></body>
 
<body background="https://static.igem.org/mediawiki/2015/a/ae/Gifu-cell4.png"></body>
  
 
</html>
 
</html>

Revision as of 05:30, 13 September 2015