User:Mzerez

From 2014.igem.org

(Difference between revisions)
 
(6 intermediate revisions not shown)
Line 1: Line 1:
-
<!DOCTYPE html>
 
<html>
<html>
<head>
<head>
<style>
<style>
-
body {
+
ul {
-
     background-color: #b0c4de;
+
    list-style-type: none;
 +
    margin: 0;
 +
    padding: 15px;
 +
    float: bottom;
 +
display: block;
 +
width: 100px;
 +
    padding: 15px;
 +
     background-color: #70B9B0;
 +
    text-align: center;
 +
    text-decoration: none;
 +
  color: #ffffff
}
}
 +
 +
 
 +
 +
p {
 +
 +
    color: #98bf21;
 +
    padding: 5px;
 +
    font-weight: bold;
 +
    font-size: 24px;
 +
    text-align: center;
 +
    display: block;
 +
 +
}
 +
 +
body {
 +
    background: url(http://i.imgur.com/f6EjE4j.jpg);
 +
    background-size: 100% 100%;
 +
    background-repeat: no-repeat;
 +
}
</style>
</style>
</head>
</head>
<body>
<body>
-
<h1>My CSS web page!</h1>
+
<ul>
-
<p>I am probably somewhere around here</p>
+
  <li><a href="https://2014.igem.org/Team:UT-Dallas/Notebook">Notebook</a></li>
 +
  <li><a href="https://2014.igem.org/Team:UT-Dallas/Project">Project</a></li>
 +
  <li><a href="https://2014.igem.org/Team:UT-Dallas/Team">Team</a></li>
 +
  <li><a href="https://2014.igem.org/Team:UT-Dallas/Human-Practices">Human Practices</a></li>
 +
  <li><a href="https://2014.igem.org/Team:UT-Dallas/Attributions">Attributions</a></li>
 +
</ul>
 +
 
 +
<p>Hello guys.</p>
 +
<p>How goes it.</p>
 +
 
</body>
</body>
</html>
</html>

Latest revision as of 21:39, 16 October 2014

Hello guys.

How goes it.