From 7496481809d6f8a30c7ac63fa36e563efac091a0 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 13 Jan 2021 21:25:49 +0100 Subject: [PATCH] format according to prettier --- .../gs-01-starting-project/index.html | 27 +++++++------ .../gs-01-starting-project/styles.css | 39 ++++++++++--------- 2 files changed, 35 insertions(+), 31 deletions(-) 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; +}