Switch to the image in the header
parent
79a5509406
commit
ab20418769
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue