More languages
More actions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
.portal-banner-image{ | .portal-banner-image{ | ||
width:100%; | width:100%; | ||
height:400px; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
} | } | ||
.portal-banner img{ | .portal-banner img{ | ||
width:100%; | |||
height:inherit; | |||
} | } | ||
Revision as of 13:26, 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;
}
.portal-banner img{
width:100%;
height:inherit;
}
/*text container*/
.portal-banner-content{
}
.portal-title{
}