html5 - My h1 and h2 element gets hidden behind section when I use skeleton-css-boilerplate -


this first time using skeleton css. have header element , section element. header element contains h1 , h2 element. section has slider have used flexslider. whenever try resize browser, slider collapses header , hides lower portion of it. can please me. stuck day it. in advance.

<header class="sixteen columns"> <h1>infinite jest online judge</h1> <h2>"this everyone" - sir tim berners lee</h2> 

<section class="ten columns slider">         <div class="flexslider">             <ul class="slides">                 <li>                     <img src="<?php echo base_url();?>images/pic-1.jpg">                 </li>                 <li>                     <img src="<?php echo base_url();?>images/pic-2.jpg">                 </li>             </ul>         </div>     </section> 

here code of header , section


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -