Template:Portal banner/style.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 3: Line 3:
width:100%;
width:100%;
margin:0;
margin:0;
overflow:hidden;
}
}


/*image container*/
/*image container*/
.portal-banner-image{
.portal-banner-image{
width:100%;
}
}


.portal-banner img{
.portal-banner img{
width:auto;
height:100%;
}
}



Revision as of 13:24, 3 November 2023

/*parent container*/
.portal-banner{
	width:100%;
	margin:0;
	overflow:hidden;
}

/*image container*/
.portal-banner-image{
	width:100%;
}

.portal-banner img{
	
}

/*text container*/
.portal-banner-content{
	
}

.portal-title{
	
}