vendredi 19 juin 2015

wordpress text color not changing for header and paragraph text

This is for a wordress site I made. The text defaults to black and anything I do won't change the text color. Thanks so much for any help. Here is the code.

    <html>
    <div id= "home">
     <h3>RSR Finance</h3>
      <p>Partners began investing together in 2003 and formally formed RSR                          Finance in 2005</p>
    <p>Investments in early to mid-stage companies</p>
    <p>Investments across multiple industries</p>
    <p>Particular focus areas include technology, equipment leasing, and  manufacturing</p>
   <p>Willingness and ability to invest through flexible and creative financing  structures</p>
    <p>Investments tailored to meet unique individual company situations</p>
    </div>
    <style>
   #home{
   text-align: center;
   color: white;
    }
    body{
    background-image: url(http://ift.tt/1LjZxBV     content/uploads/2015/04/index-main-slider-2.jpg);
    }
    .header{
    background-color:transparent;
    }
    </style>
    </html>

Aucun commentaire:

Enregistrer un commentaire