More languages
More actions
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
/*text container*/ | /*text container*/ | ||
.portal-banner-content{ | .portal-banner-content{ | ||
margin-top:-400px; | |||
width:100%; | width:100%; | ||
height:400px; | height:400px; | ||
Line 28: | Line 29: | ||
align-items:center; | align-items:center; | ||
justify-content:flex-start; | justify-content:flex-start; | ||
padding-left: | padding-left:10px; | ||
z-index:10; | z-index:10; | ||
} | } |
Revision as of 13:32, 3 November 2023
/*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;
z-index:1;
}
.portal-banner img{
width:100%;
height:inherit;
}
/*text container*/
.portal-banner-content{
margin-top:-400px;
width:100%;
height:400px;
display:flex;
align-items:center;
justify-content:flex-start;
padding-left:10px;
z-index:10;
}
.portal-title{
}