Difference between revisions of "Team:Penn/Overview"

(Replaced content with "{{Team:Penn/CSS}} <html> </html>")
Line 1: Line 1:
 
{{Team:Penn/CSS}}
 
{{Team:Penn/CSS}}
 
<html>
 
<html>
<style type="text/css">
 
* {
 
margin: 0;
 
padding: 0;
 
}
 
 
html, body {
 
height: 100%;
 
}
 
 
body {
 
color: #ccc;
 
font-family: Helvetica Neue, Verdana, sans-serif;
 
font-size: 20px;
 
    background-color: #000;
 
}
 
 
p {
 
line-height: 0.75em;
 
list-style: none;
 
}
 
p a, p a:visited {
 
color: #00cef2;
 
text-decoration: none;
 
}
 
 
p a:hover {
 
border-bottom: 1px solid #00cef2;
 
}
 
 
canvas, section {
 
display: block;
 
}
 
 
#c {
 
position: absolute;
 
}
 
 
#attribution {
 
position:relative;
 
top: 360px;
 
width:100%;
 
text-align:center;
 
}
 
</style>
 
<title>Nikita</title>
 
<body>
 
<script type="text/javascript" src="https://2015.igem.org/Template:Penn/Javascript?
 
action=raw&ctype=text/javascript"></script>
 
  <canvas id="c" width="800" height="200"></canvas>
 
 
</body>
 
 
  
 
</html>
 
</html>

Revision as of 00:39, 29 August 2015