+
+
${element.title}
-Challenge description: ${element.question}
Challenge:
${element.question}
`;
+ singleDiv += `
Solution:
`; + singleDiv += ``;
+ singleDiv += `
@@ -157,7 +153,7 @@ `;
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!
+
Write Javascript!
Sharpen the edge!
Timebox these activities!