digital-theory/css/1-2-main_title.css
2023-04-25 12:05:23 +02:00

27 lines
372 B
CSS

/******** 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;
}