banner style

PHOTO EMBED

Tue Jun 28 2022 03:59:46 GMT+0000 (Coordinated Universal Time)

Saved by @mbala #css

.banner
{
    position: relative;
    width: 100%;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background: #f6efe8;
    flex-direction: column;
}
content_copyCOPY