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