Here is the code I have written:
body{
margin:0;
padding:0;
line-height: 1.5em;
background-image: url(http://fehlbelichtet.stefanwensing.de/wp-content/uploads/sites/6/2016/04/alte-strasse-endlos.jpg);
background-repeat:no-repeat;
background-attachment: fixed;
h1 {
color: #e29532;
margin: 0;
padding: 20px;
font-family:verdana;
font-size: 60px;
line-height: 50px;
letter-spacing: -2px;
font-weight: bold;
text-align:center;
}
h2 {
font-size:20px;
font-family:verdana;
color:#e29532;
}
p {
font-family:verdana;
}
b {
font-size: 110%;
}
#topsection{
background: #dddce1;
height: 100px; /*Height of top section*/
margin:0;
}
#contentwrapper{
float: left;
width: 100%;
}
#contentcolumn{
margin: 0 200px 0 230px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}
#footer a{
color: white;
}
.innertube{
margin:0;
}
@media (max-width: 840px){ /* 1st level responsive layout break point- drop right column down*/
#contentcolumn{
margin-right: 0; /*Set margin to LeftColumnWidth*/
}
}
@media (max-width: 600px){ /* 2nd level responsive layout break point- drop left column down */
#contentcolumn{
margin-left: 0;
}
}
label {
float:left;
width:25%;
margin-right:0.5em;
padding-top:0.2em;
text-align:right;
font-family:verdana
}
fieldset {
border-radius:4px;
background: rgba(0,0,0,0.6);
font-family:verdanda;
color:white;
}
legend {
}
input {
border-radius:4px;
}
select {
border-radius:4px;
}
textarea {
opacity:0.8;
border-radius:4px;
font-family:verdana;
}
table {
font-family:verdana;
}
<!DOCTYPE html>
<html>
<head>
<title>Win a Car!</title>
<link rel="shortcut icon" href="volvo.ico"></link>
<link rel="stylesheet" type="text/css" href="form.css">
<meta charset="UFT-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="maincontainer">
<div id="topsection">
<div class="innertube">
<h1> Win a car </h1>
<hr>
</div>
</div>
<div id="contentwrapper">
<div id="contentcolumn">
<div class="innertube">
<br>
<form>
<fieldset class="fieldset">
<legend></legend>
<h2>Personal Information</h2>
<br>
<label for="name">First Name:</label>
<input type="text" placeholder="First Name" onfocus="this.placeholder = ''" onblur="this.placeholder = 'First Name'" required />
<br>
<br>
<label for="lastname">Last Name:</label>
<input type="text" placeholder="Last Name" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Last Name'" required />
<br>
<br>
<label for="age">Age: </label>
<select name="age">
<option value="18-25">18-25</option>
<option value="25-35">25-35</option>
<option value="35-50">35-50</option>
<option value="50+">50+</option>
</select>
<br>
<br>
<label for="gender">Gender:</label>
<table>
<tr>
<td>Male</td>
<td><input class="radio" type="radio"></input></td>
</tr>
<tr>
<td>Female</td>
<td><input class="radio" type="radio"></input></td>
</tr>
<tr>
<td>Other</td>
<td><input class="radio" type="radio"></input></td>
</tr>
</table>
<br>
<label for="email">Email:</label>
<input type="email" placeholder="Email" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Email'" required/>
<br>
<br>
<label for="address">Address:</label>
<input type="text" placeholder="Address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Address'"/>
<br>
<br>
<label for="zipcode">Zip Code:</label>
<input type="text" placeholder="Zip Code" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Zip Code'"/>
<br>
<br>
<label for="city">City:</label>
<input type="text" placeholder="City" onfocus="this.placeholder = ''" onblur="this.placeholder = 'City'"/>
<br>
<br>
<label for="number">Phone Number:</label>
<input type="text" placeholder="Phone Number" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Phone Number'"/>
<br>
</fieldset>
<br>
<br>
<fieldset class="fieldset">
<legend></legend>
<h2>If you won?</h2>
<table>
<tr>
<td>Select a car</td>
<td>
<div class="form-group">
<select name="make" id="make">
<option value="">Choose a Volvo type</option>
<option value="XC">XC</option>
<option value="V">V</option>
<option value="S">S</option>
<option value="Plug-in Hybrids">Plug-in Hybrids</option>
</select>
</div>
</td>
<td>
<div class="from-group">
<select name="type" id="type">
<option value="" class="">Choose a Volvo model </option>
<option value="XC90" class="XC">XC90</option>
<option value="XC60" class="XC">XC60</option>
<option value="V60 Cross Country" class="V">V90 Cross Country</option>
<option value="V90" class="V">V90</option>
<option value="V60 Cross Country" class="V">V60 Cross Country</option>
<option value="V60" class="V">V60</option>
<option value="V40 Cross Country" class="V">V40 Cross Country</option>
<option value="V40" class="V">V40</option>
<option value="S90" class="S">S90</option>
<option value="S60 Cross Country" class="S">S60 Cross Country</option>
<option value="S60" class="S">S60</option>
<option value="XC90 T8 Twin Engine" class="Plug-in Hybrids">XC90 T8 Twin Engine</option>
<option value="V60 D6 Twin Engine" class="Plug-in Hybrids">V60 D6 Twin Engine</option>
<option value="V60 D5 Twin Engine" class="Plug-in Hybrids">V60 D5 Twin Engine</option>
</select>
</div>
</td>
</tr>
</table>
<br>
<p>Why should you win:</p>
<textarea rows="20" cols="60"></textarea>
<br>
<br>
</fieldset>
<br>
<br>
<fieldset class="fieldset">
<legend></legend>
<h2>Website Review</h2>
<br>
<p>What do you think about the website</p>
<textarea rows="20" cols="60"></textarea>
<input type="submit" value="Submit" onclick="alert('Thank you for participating!')">
<input type="reset">
</form>
</div>
</div>
</div>
<div id="footer"><a href="http://www.volvocars.com/se?gclid=Cj0KEQjwqMHABRDVl6_hqKGDyNIBEiQAN-O9hMtUPMIE4aak0QmcGyXpDihhM-HkAJVCuGxwqf7fpQUaAmVb8P8HAQ" target="_blank">Volvo</a></div>
</div>
</body>
</html>
I have set my background-attachment to fixed and want the website to scroll down to the end of the image before being set to fixed.
As a beginner in coding, this website is only local on my computer, so I have included the link to the image in the URL for the background-image property.