Template:Portal banner/style.css

Template page
Revision as of 13:29, 3 November 2023 by CriticalResist (talk | contribs)
/*parent container*/
.portal-banner{
	width:100%;
	margin:0;
	overflow:hidden;
}

/*image container*/
.portal-banner-image{
	width:100%;
	height:400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

/*text container*/
.portal-banner-content{
	width:100%;
	height:400px;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	padding-left:2rem;
}

.portal-title{
	
}