<html>

<body>

<div class ="header">

<div class="Logo">

<h1>Logo</h1>

</div>

<div class="Navbar">

<ul>

<li>Home</li>

<li>About</li>

<li>Help</li>

</div>

</div>

<style>

.header{width:100%;

height: 10vh;

background-color: red;}




.Logo {width:25%;

height: 10vh;

background-color:yellow;

float:left;}

.Navbar{width:100%;

height: 10vh;

background-color:blue;

float:right;}

li {display:inline-block;

padding:10px;

font-size:10px;


 }

</style>

</body>

</html>


Comments

Popular posts from this blog