From fe61b860410f0a64e7dc1417400aa2d37c30a2a1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 8 May 2020 10:31:35 -0500 Subject: [PATCH 1/3] updated box colors, linked to about page, and answered questions in the readme file --- README.md | 10 ++++++++++ about.html | 0 index.html | 22 +++++++++++----------- style/index.css | 44 ++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 63 insertions(+), 13 deletions(-) create mode 100644 about.html diff --git a/README.md b/README.md index 853c24450e..278e6cfd7e 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,24 @@ Edit this document to include your answers after each question. Make sure to lea 1. If you were to describe semantic HTML to the next cohort of students, what would you say? +1A: Semantic HTML marks up the content to provide meaning beyond just the content itself. + 2. What are the 4 areas of the box model? +2A: Padding, border, margin, content + 3. While using flexbox, what axis does the following property work on: ```align-items: center```? +3A: By default, the flex-direction is row and in that case, align-items works on the vertical or cross axis to the horizontal or main axis. + 4. Explain why git is valuable to a team of developers. +4A: Git is valuable because it saves changes to a codebase over time so you can always reference or if needed revert back to code at a previous point in time. It also allows multiple people to collaborate on the same project simultaneously. + 5. Define mobile-first design in your own words. +5A: Mobile-first design would design content based on the default of how it would be viewed on a mobile screen and then change the style or even the content itself in the event that it was being viewed on a bigger screen, e.g. a tablet or a desktop. + You are expected to be able to answer all these questions. Your responses contribute to your Sprint Challenge grade. Skipping this section *will* prevent you from passing this challenge. ## Instructions diff --git a/about.html b/about.html new file mode 100644 index 0000000000..e69de29bb2 diff --git a/index.html b/index.html index d32d8ad25c..81135c6ee1 100644 --- a/index.html +++ b/index.html @@ -30,16 +30,16 @@

The Past

Why Did It Have To Be Boxes...

-
Box 1
-
Box 2
-
Box 3
-
Box 4
-
Box 5
-
Box 6
-
Box 7
-
Box 8
-
Box 9
-
Box 10
+
Box 1
+
Box 2
+
Box 3
+
Box 4
+
Box 5
+
Box 6
+
Box 7
+
Box 8
+
Box 9
+
Box 10
@@ -64,7 +64,7 @@

Moon