diff --git a/data/quiltData.mjs b/data/quiltData.mjs index e29326d..18cc486 100644 --- a/data/quiltData.mjs +++ b/data/quiltData.mjs @@ -41,7 +41,7 @@ let articles = [

-
void
+
void
diff --git a/helpers/quiltMain.js b/helpers/quiltMain.js index 4108651..7d1d8aa 100644 --- a/helpers/quiltMain.js +++ b/helpers/quiltMain.js @@ -14,12 +14,15 @@ let answerHtml = ''; articles.forEach(element => { singleDiv = `
+

${element.title}

-

Challenge description: ${element.question}

+

Challenge:
${element.question}

`; - - singleDiv += `
`; + singleDiv += `

Solution:

`; + singleDiv += `
`; + singleDiv += `
`; singleDiv += element.answerHtml; + singleDiv += `
`; singleDiv += `
diff --git a/quilt.html b/quilt.html index 1e558ee..b20a46f 100644 --- a/quilt.html +++ b/quilt.html @@ -39,6 +39,14 @@ text-align: center; } + .top-bottom-space { + padding-top: 3.4rem; + padding-bottom: 3.4rem; + } + + .white-box { + padding: 3rem; + } /* CSS FONT-DIRECTED no COLOR no POSITIONING */ /* CSS FONT-DIRECTED no COLOR no POSITIONING */ /* CSS FONT-DIRECTED no COLOR no POSITIONING */ @@ -109,31 +117,18 @@ color: white; } - .blueBackground { - background-color: blue; - color: white; + .white-box { + border: white solid 0.2rem; } .stripe { color: #ccf; background-color: #000; + border: grey solid 0.2rem; + border-radius: 0.2rem; } - @@ -143,7 +138,8 @@

Let's Go:

-

Write Javascript!
Sharpen the edge!
Timebox these activities!

+

Write Javascript!
Sharpen the edge!

+
@@ -157,7 +153,7 @@

Let's Go:

-

Making things in Madison, Wisconsin: Making things work in Madison, Wisconsin: Evan Genest