Switch to the image in the header

master
DavidDGTNT 2021-11-22 20:49:03 +00:00
parent 79a5509406
commit ab20418769
2 changed files with 4 additions and 5 deletions

View File

@ -3,11 +3,10 @@ body {
background-color: #ff7f50;
}
header h1 {
font-family: "Shippori Antique", sans-serif;
display: inline-block;
header img {
padding: 10px;
color: #ffffff;
background-color: #a52a2a;
display: inline-block;
}
header nav {

View File

@ -7,7 +7,7 @@
</head>
<body>
<header>
<h1>Lyza the Sheepdog</h1>
<img src="assets/img/lyza.png" width="250" height="250">
<nav>
<ul>
<li><a href="#" class="current">Home</a></li>