Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,20 @@
</head>
<body>
<!-- This is where you will begin your solution -->
<h1>Header</h1>
<div style="color:#000">
<h3>Placeholder</h3>
<p>The FitnessGram™ Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start.
The running speed starts slowly, but gets faster each minute after you hear this signal. 'beep' A single lap should be completed each time you hear this sound. 'ding' Remember to run in a straight line,
and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark, get ready, start.
</p>
</div>
<div style="color:#000">
<h3>Placeholder</h3>
<p>The FitnessGram™ Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start.
The running speed starts slowly, but gets faster each minute after you hear this signal. 'beep' A single lap should be completed each time you hear this sound. 'ding' Remember to run in a straight line,
and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark, get ready, start.
</p>
</div>
</body>
</html>
11 changes: 11 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
h1 {
text-align: center;

}
div {
border-style:solid;
border-color: black;
border-width: 5px;
width: 50%;
}