diff --git a/gs-01-starting-project/gs-01-starting-project/index.html b/gs-01-starting-project/gs-01-starting-project/index.html index 7995e07..68813d6 100644 --- a/gs-01-starting-project/gs-01-starting-project/index.html +++ b/gs-01-starting-project/gs-01-starting-project/index.html @@ -1,22 +1,25 @@ - + + A First App - - + + +
-
- - - -
- +
+ + + +
+
- + + diff --git a/gs-01-starting-project/gs-01-starting-project/styles.css b/gs-01-starting-project/gs-01-starting-project/styles.css index 3b23f7a..dcbf987 100644 --- a/gs-01-starting-project/gs-01-starting-project/styles.css +++ b/gs-01-starting-project/gs-01-starting-project/styles.css @@ -1,40 +1,41 @@ * { - box-sizing: border-box; + box-sizing: border-box; } html { - font-family: sans-serif; + font-family: sans-serif; } body { - margin: 0; + margin: 0; } #app { - margin: 3rem auto; - max-width: 40rem; - padding: 1rem; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26); + margin: 3rem auto; + max-width: 40rem; + padding: 1rem; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26); } -label, input { - margin-bottom: 0.5rem; - display: block; - width: 100%; +label, +input { + margin-bottom: 0.5rem; + display: block; + width: 100%; } label { - font-weight: bold; + font-weight: bold; } ul { - list-style: none; - margin: 1rem 0; - padding: 0; + list-style: none; + margin: 1rem 0; + padding: 0; } li { - margin: 1rem 0; - padding: 1rem; - border: 1px solid #ccc; -} \ No newline at end of file + margin: 1rem 0; + padding: 1rem; + border: 1px solid #ccc; +}