<style type="text/css">
   #bottom {
    background: #66806E url(images/clover.png) no-repeat 20px bottom; 
    min-height: 80px;
    color: #E4BC96; 
    padding: 5px 5px 5px 140px;
   }
   #bottom p { margin: 5px 0;}
   #bottom a {color: #FFFDE0;
   }
  </style>
This style defines:
Explanation
These rules will not take any effect on the HTML code because of incorect syntax for "id" ("#bottom p" and "#bottom a")

#bottom p {margin: 5px 0;}
#bottom a {color: #FFFDE0;}

Only "#bottom" will work.

#bottom {
    background: #66806E url(images/clover.png) no-repeat 20px bottom; 
    min-height: 80px;
    color: #E4BC96; 
    padding: 5px 5px 5px 140px;
   }

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Keep exploring
HTML & CSS quizzes
Cosmo
Sign Up Now
or Subscribe for future quizzes