body { margin: 0; padding: 0; text-align: center; background-color: #FFF; } div:nth-of-type(2n) { background-color: #242222; } #first, #second, #third, #fourth, #fifth, #sixth, #seventh, #eighth, #ninth, #tenth { width: 100%; height: 500px; border-bottom: 1px solid black; } #first { background-image: url('http://i.huffpost.com/gen/964776/thumbs/o-CATS-KILL-BILLIONS-facebook.jpg'); background-attachment: fixed; background-size: contain; background-position: center; background-repeat: no-repeat; overflow: hidden; height: 100vh; } h2 { margin: 0 auto; color: #000; background-color: #; font: small-caps 300 50px 'Oswald', sans-serif; letter-spacing: 5px; padding-bottom: 5px; border-bottom: 1px solid black; width: 650px; } .other { font-weight: 700; } #third { background-image: url('http://www.keerhoeve.nl/wp-content/uploads/2012/08/shutterstock_69203524.jpg'); background-attachment: fixed; background-size: contain; background-position: center; background-repeat: no-repeat; overflow: hidden; height: 800px; } #fifth { background-image: url('http://images.fineartamerica.com/images-medium-large/cat-on-white-background-american-images-inc.jpg'); background-attachment: fixed; background-size: contain; background-position: center; background-repeat: no-repeat; height: 800px; } #seventh { background-image: url('http://images.fineartamerica.com/images-medium-large/japanese-cat-and-manx-cat-on-white-background-close-up-ultraf.jpg'); background-attachment: fixed; background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; height: 800px; } #eighth { height: 50px; }