adding proper whitespace

This commit is contained in:
Petruspistor
2025-08-18 13:11:47 -07:00
parent c6a6a314c3
commit 79eb147b60
2 changed files with 33 additions and 32 deletions

View File

@@ -1,6 +1,7 @@
<!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> <html lang="eng">
<head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=500, initial-scale=1" /> <meta name="viewport" content="width=500, initial-scale=1" />
@@ -8,12 +9,13 @@
<link rel="stylesheet" href="https://fonts.google.com/specimen/Nata+Sans" /> <link rel="stylesheet" href="https://fonts.google.com/specimen/Nata+Sans" />
<link rel="stylesheet" href="resources/style.css" /> <link rel="stylesheet" href="resources/style.css" />
</head> </head>
<body> <body>
<header> <header>
<img class="avatar" src="resources/img/pp.jpg" width="200" /> <img class="avatar" src="resources/img/pp.jpg" width="200" />
</header> </header>
<nav> <nav>
<ul> <ul>
<li .id="Social"> <li .id="Social">
@@ -29,5 +31,5 @@
</li> </li>
</ul> </ul>
</nav> </nav>
</body> </body>
</html> </html>

View File

@@ -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;
} }