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; background-color: #ff7f50;
} }
header h1 { header img {
font-family: "Shippori Antique", sans-serif;
display: inline-block;
padding: 10px; padding: 10px;
color: #ffffff; background-color: #a52a2a;
display: inline-block;
} }
header nav { header nav {

View File

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