Team:PoznanSoft

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<head>
<head>
-
<!-- Latest compiled and minified CSS -->
+
<style>
-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
+
body {
-
 
+
    background-color: linen;
-
<!-- Optional theme -->
+
}
-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
+
h1 {
-
 
+
    color: maroon;
-
<!-- Latest compiled and minified JavaScript -->
+
    margin-left: 40px;
-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
+
}
 +
</style>
</head>
</head>

Revision as of 08:35, 16 October 2014

<head> <style> body {

   background-color: linen;

} h1 {

   color: maroon;
   margin-left: 40px;

} </style> </head>