1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
.container { padding: 0 2rem; } .landing { height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url("/temp-landing.png") } .title { font-size: 200%; text-align: center; }