Team:Virginia/Notebook

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
}
}
-
br{
+
.button{
-
display: block;
+
background-color:green;
-
  margin: 1px 0;}
+
}
</style>
</style>
</head>
</head>
<body>
<body>
-
<div><h2>Hey look at me</h2><br>I'm a button</div>
+
<div class="button"><h2>Hey look at me</h2><br>I'm a button</div>
</body>
</body>
</html>
</html>

Revision as of 20:07, 10 July 2014

Hey look at me


I'm a button