31 lines
446 B
CSS
31 lines
446 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 {
|
|
|
|
box-sizing: border-box;
|
|
background: url('/img/sesame.png') no-repeat;
|
|
background-size: contain;
|
|
|
|
position: relative;
|
|
top: 4rem;
|
|
height: 35vh;
|
|
width: 95vw;
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
#main_title_container h2{
|
|
margin-top:33vh;
|
|
}
|