digital-theory/css/1-2-main_title.css

31 lines
447 B
CSS

/**
css JS and html
made by B. Lemoine - cipherbliss.com
04 2023
*/
/******** section 1 *********/
#main_title_container {
text-align: center;
width: 100vw;
}
#main_title {
background: url("/img/sesame.png") no-repeat;
background-size: contain;
box-sizing: border-box;
height: 35vh;
margin: 0 auto;
max-width: 1200px;
position: relative;
top: 4rem;
width: 95vw;
}
#main_title_container h2 {
margin-top: 5vh;
}