experimenting with css with dustins code as template
This commit is contained in:
45
index.html
45
index.html
@@ -3,33 +3,38 @@
|
||||
<html lang="eng">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=500, initial-scale=1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<title>"Peter the Baker"</title>
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.google.com/specimen/Nata+Sans" />
|
||||
<link rel="stylesheet" href="resources/style.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="resources/style.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<img class="avatar" src="resources/img/pp.jpg" width="200" />
|
||||
</header>
|
||||
<div id="container>
|
||||
<img id="avatar" src="resources/img/pp.jpg" width="200" />
|
||||
<div id="title" class="tstyle">
|
||||
Petrus Pistor
|
||||
</div>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li .id="Social">
|
||||
<strong>Social</strong>
|
||||
</li>
|
||||
|
||||
<li .id="Pistorium">
|
||||
<strong>Pistorium</strong>
|
||||
</li>
|
||||
|
||||
<li .id="Contact">
|
||||
<strong>Contact</strong>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div id="links">
|
||||
<nav>
|
||||
<ul>
|
||||
<li .id="social">
|
||||
<strong>Social</strong>
|
||||
</li>
|
||||
|
||||
<li .id="pistorium">
|
||||
<strong>Pistorium</strong>
|
||||
</li>
|
||||
|
||||
<li .id="contact">
|
||||
<strong>Contact</strong>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user