Difference between revisions of "Team:TrinityCollegeDublin/Modeling"

(Replaced content with "{{TrinityCollegeDublin}} <html> <body> <img src = "logo.png"> </body> </html>")
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{TrinityCollegeDublin}}
 
 
<html>
 
<html>
 +
    <head>
 +
        <style type = "text/css">
 +
body, .wrapper {
 +
width: 100%;
 +
height: 100%;
 +
background-color: white;
 +
                opacity:1;
 +
}
 +
                *{margin: 0; padding: 0;}
  
<body>
+
                div{
 +
                    background-color: green;
 +
                  }
 +
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  
<img src = "logo.png">
+
        </style>
  
</body>
+
<link rel="stylesheet" href="https://2015.igem.org/Team:Birkbeck/bootstrap.min.css?action=raw&ctype=text/css" type="text/css">
 +
<link rel="stylesheet" href="https://2015.igem.org/Template:Birkbeck/CSS?action=raw&ctype=text/css" type="text/css">
 +
<meta name= "viewport" content = "initial-scale=1.0, width= device-width" />
  
 +
    </head>
 +
 +
    <body>
 +
        <div>Hello World!</div>
 +
        <div id="home" style="margin-top:0" >
 +
    </body>
 
</html>
 
</html>

Latest revision as of 18:16, 2 September 2015

Hello World!