diff --git a/README.md b/README.md index dc5314a3a1..97e632a5c2 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? +That semantic Html gives meaning to the web page. It creates a hierarchy to the page making it easier to read. + 2. What are the 4 areas of the box model? +The 4 areas of a box model are the margin, border, padding, and finally content. + 3. While using flexbox, what axis does the following property work on: ```align-items: center```? +The axis that the algin-items: center effects is the cross-axis. + 4. Explain why git is valuable to a team of developers. +Git is valuable to teams of developers because, new code changes can be easily commited, version branches can be effortlessly compared and merged. and make it so a team can all work on the same code at the same time. + 5. Define mobile-first design in your own words. +Mobile-first means that the web-page was designed to work amazaing on mobile devices first instead of a computer web page. + 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..9c1f10bb0f --- /dev/null +++ b/about.html @@ -0,0 +1,77 @@ + +
+ + +Proin sed quam sed tellus vestibulum ultrices quis in nunc. Phasellus id dui id tortor tincidunt efficitur. Proin faucibus imperdiet erat, non varius lacus. Maecenas non nisl id turpis egestas tincidunt. Nam condimentum venenatis magna eget finibus.
+Proin sed quam sed tellus vestibulum ultrices quis in nunc. Phasellus id dui id tortor tincidunt efficitur. Proin faucibus imperdiet erat, non varius lacus. Maecenas non nisl id turpis egestas tincidunt. Nam condimentum venenatis magna eget finibus.
+Phasellus id dui id tortor tincidunt efficitur. Proin sed quam sed tellus vestibulum ultrices quis in nunc.
+Phasellus id dui id tortor tincidunt efficitur. Proin sed quam sed tellus vestibulum ultrices quis in nunc.
+Phasellus id dui id tortor tincidunt efficitur. Proin sed quam sed tellus vestibulum ultrices quis in nunc.
+