hi, i ve put the css and this .... <div id="header" class="parentContainer container"> <div class="header clearfix">
<h1>Santoro<span>Francesco.</span></h1> <div class="nav"> <input type="checkbox" id="toggle"> <label for="toggle" class="toggle"></label> <ul class="menu"> <li> <a href="#ancla1">home</a> </li> <li> <a href="#ancla4">work</a> </li> <li> <a href="#ancla5">services</a> </li> <li> <a href="#ancla6">contact</a> </li> </ul> </div> </div> </div> <!-- end header-->
into my html but when i scale the page ( smartphone portrait ) on click the menu does't appears and doesn't appear the " main menu" text. only blue bar. any solution please ?
hi, i ve put the css and this ....
<div id="header" class="parentContainer container">
<div class="header clearfix">
into my html but when i scale the page ( smartphone portrait ) on click the menu does't appears and doesn't appear the " main menu" text. only blue bar.
any solution please ?