<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<section>
<p>Coiwn erjuionawe ifawh awefiajo aweijawe foiae ehjnnawo eki.</p>
</section>
<section>
<p>Coiwn erjuionawe ifawh awefiajo aweijawe foiae ehjnnawo eki.</p>
</section>
<section>
<p>Coiwn erjuionawe ifawh awefiajo aweijawe foiae ehjnnawo eki.</p>
</section>
<section>
<p>Coiwn erjuionawe ifawh awefiajo aweijawe foiae ehjnnawo eki.</p>
</section>
</body>
</html>
// Code goes here
/* Styles go here */
body {
margin: 0;
font-family: monospace;
background-size: cover;
background-repeat: no-repeat;
background-attachment:fixed;
background-image: url('https://unsplash.it/1024/683?image=1068');
}
p {
margin: 0;
font-size: 2rem;
padding: 0 5rem;
text-shadow: 1px 1px #333;
color: #fff;
}
section {
margin-top: 20vh;
margin-bottom: 20vh;
width: 100vw;
height: 60vh;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment:fixed;
}
section:nth-of-type(1) {
background-image: url('https://unsplash.it/1024/683?image=1067');
}
section:nth-of-type(2) {
background-image: url('https://unsplash.it/1024/683?image=1051');
}
section:nth-of-type(3) {
background-image: url('https://unsplash.it/1024/683?image=1049');
}
section:nth-of-type(4) {
background-image: url('https://unsplash.it/1024/683?image=1037');
}