You are here

banner.css in Dynamic Banner 7

Same filename and directory in other branches
  1. 8 css/banner.css
/* Store all your css for banners in here*/
#banner{
}

#banner img{
}

#banner p{
}

#banner-left{
}

#banner-right{
}

#banner-left img{
}

#banner-right img{
}

#banner-right p{
}
/* You get the idea */
/* If you want to change the divs or elements just go back to the template file */

File

css/banner.css
View source
  1. /* Store all your css for banners in here*/
  2. #banner{
  3. }
  4. #banner img{
  5. }
  6. #banner p{
  7. }
  8. #banner-left{
  9. }
  10. #banner-right{
  11. }
  12. #banner-left img{
  13. }
  14. #banner-right img{
  15. }
  16. #banner-right p{
  17. }
  18. /* You get the idea */
  19. /* If you want to change the divs or elements just go back to the template file */