• support@answerspoint.com

Bootstrap contact form background only around form

4931

I want to add bootstrap contact form: http://bootsnipp.com/snippets/featured/bootstrap-3x-contact-form-layout with layout superhero. But I want the background only around my form. Not on all page. I try add bootstrap form beetwen my div:

#contact {
    margin-top: 80px;
    margin-bottom: 50px;
    margin-left: 300px;
    width: 700px;
}

But this only resize my contact form. Background still the same. Below I added picture that shows what I want. 

 

 

 

 

 

 

 

I want to black background only beetwen red line. How to do it?

1Answer


0

Move your background styling away from the form and add the color to the div that holds both your form and contact information

form{
  background-color:none;
}

div
{
  background-color:black;
}
  • answered 8 years ago
  • B Butts

Your Answer

    Facebook Share        
       
  • asked 9 years ago
  • viewed 4931 times
  • active 9 years ago

Best Rated Questions