adding styles and css

This commit is contained in:
Petruspistor
2025-08-18 12:55:12 -07:00
parent 7f31f03254
commit 340511e008
2 changed files with 12 additions and 2 deletions

View File

@@ -7,12 +7,12 @@
<title>"Peter the Baker"</title>
<link rel="stylesheet" href="https://fonts.google.com/specimen/Nata+Sans" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="/petruspistor.com/style.css" />
</head>
<body>
<header>
<img alt="Picture of Peter." src="img/pp.jpg" width="200" />
<img class="image pb" src="img/pp.jpg" width="200" />
</header>
<nav>
<ul>

View File

@@ -0,0 +1,10 @@
#Social {
font-size: large;
font-family: sans-serif;
}
.image.pb {
alignment-baseline: central;
}