From 46ab362e8d6cf713e2ab63d0cd471e84e7496f15 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 22 Jan 2018 14:57:18 -0800 Subject: [PATCH] build mockup1 --- index.html | 15 +++++++++++++++ styles.css | 11 +++++++++++ 2 files changed, 26 insertions(+) diff --git a/index.html b/index.html index f74abbf..16e561f 100644 --- a/index.html +++ b/index.html @@ -7,5 +7,20 @@ +

Header

+
+

Placeholder

+

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. +

+
+
+

Placeholder

+

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. +

+
\ No newline at end of file diff --git a/styles.css b/styles.css index e69de29..2d4b21d 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,11 @@ +h1 { + text-align: center; + +} +div { + border-style:solid; + border-color: black; + border-width: 5px; + width: 50%; +} +