Forum Moderators: not2easy
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Birdwatching</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body class="test">
<div class="header">
<h1>Birdwatching</h1>
</div>
<img src="dove.png" class="headerimg" alt="a simple dove logo">
<div class="menu">
<ul>
<li><span>Home</span></li>
<li>Get started</li>
<li>Photos</li>
<li>Gear</li>
<li>Forum</li>
</ul>
</div>
CONTENT
</body>
</html>
.menu {
color: black;
font-size: 25px;
text-transform: uppercase;
text-align: center;
background-color: #7FFF00
}
.menu li {
display: inline;
padding-left: 40px;
}
.header {
text-align: center;
height: 300px;
font-family: 'Cinzel Decorative', cursive;
padding-top: 5px;
clear: right;
background-color: #32CD32
}
.headerimg {
width: 150px;
height: 120px;
float: left;
position: relative;
} [edited by: not2easy at 2:02 pm (utc) on Jun 30, 2020]
[edit reason] charter [/edit]
<div class="header"> body {margin:0;} display: flex;
justify-content:space-between;