banner.css in Dynamic Banner 7
Same filename and directory in other branches
/* 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.cssView source
- /* 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 */