adding proper whitespace
This commit is contained in:
56
index.html
56
index.html
@@ -1,33 +1,35 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html lang="eng">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=500, initial-scale=1" />
|
|
||||||
|
|
||||||
<title>"Peter the Baker"</title>
|
<html lang="eng">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=500, initial-scale=1" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://fonts.google.com/specimen/Nata+Sans" />
|
<title>"Peter the Baker"</title>
|
||||||
<link rel="stylesheet" href="resources/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<link rel="stylesheet" href="https://fonts.google.com/specimen/Nata+Sans" />
|
||||||
<header>
|
<link rel="stylesheet" href="resources/style.css" />
|
||||||
<img class="avatar" src="resources/img/pp.jpg" width="200" />
|
</head>
|
||||||
</header>
|
|
||||||
<nav>
|
|
||||||
<ul>
|
|
||||||
<li .id="Social">
|
|
||||||
<strong>Social</strong>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li .id="Pistorium">
|
<body>
|
||||||
<strong>Pistorium</strong>
|
<header>
|
||||||
</li>
|
<img class="avatar" src="resources/img/pp.jpg" width="200" />
|
||||||
|
</header>
|
||||||
|
|
||||||
<li .id="Contact">
|
<nav>
|
||||||
<strong>Contact</strong>
|
<ul>
|
||||||
</li>
|
<li .id="Social">
|
||||||
</ul>
|
<strong>Social</strong>
|
||||||
</nav>
|
</li>
|
||||||
</body>
|
|
||||||
|
<li .id="Pistorium">
|
||||||
|
<strong>Pistorium</strong>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li .id="Contact">
|
||||||
|
<strong>Contact</strong>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@@ -1,10 +1,9 @@
|
|||||||
#Social {
|
#Social {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#avatar {
|
||||||
.avatar {
|
|
||||||
alignment-baseline: central;
|
alignment-baseline: central;
|
||||||
|
border-radius: 50%;
|
||||||
|
margin-bottom: -.75em;
|
||||||
}
|
}
|
Reference in New Issue
Block a user