mercredi 12 octobre 2016

How to make section element in css to full width

red circled area is problem

Here is the Html.

    <section id="aboutSec">
            <div>
                <h1>Here is about Sec</h1>
            </div>
        </section>

Here is css

    section{
   height: 100%;
  width: 100%;
    display: inline-block;
}




Aucun commentaire:

Enregistrer un commentaire