How to place the buttons of upperbuttons class some pixels to the right , so that to avoid be
overlapped by the logo image ?
What do I have to add to the class .upperbuttons {right:332px; … in order to place the div on which the buttons are
200 pixels to the right ?
Thanks
…
<body>
<div class=“main”>
<!–===========H E A D E R=================================–>
<header>
<div>
<h1><a href=“index.html”>
<!-- L O G O -->
<img src=“images/logo.jpg” alt=""></a></h1>
<!-- / L O G O -->
<div class"upperbuttons">
<a href="#" class=“button”>Instituto</a>
<a href="#" class=“button”>Instituto</a>
</div>
<div class=“social-icons”>
<span>social networks</span>
<a href="#" class=“icon-3”></a>
<a href="#" class=“icon-2”></a>
<a href="#" class=“icon-1”></a>
</div>…