<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html" charset="UTF-8">
<title>Minimal</title>
<link rel="stylesheet" type="text/css" href="css/main.css" >
</head>
<body>
<header>
<img class="logo-img" src="image/logo.png">
<div class="logo-menu">
<nav>
<a href="#about">Products</a>
<a href="#services">Services</a>
<a href="#contact">Contact</a>
</nav>
</div>
<section id="about" >
<div class="box">
<img class="phone" src="image/iphone.png">
<img class="ico" src="image/world.png">
<h1>APP OF<br>THE YEAR</h1>
</div>
</section>
<section id="services" >
</section>
</header>
</body>
</html>
.ico {
float: left;
}
.clear {
clear: both;
}
<div class="clear"></div>