From cef07472f19cad140accbba611358006a5a802ed Mon Sep 17 00:00:00 2001 From: Aaron Frazier Jr Date: Thu, 8 Dec 2022 07:20:38 +0000 Subject: [PATCH 1/8] Added new lines for css main file --- index.html | 2 +- main.css | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 2eb1eb1..df00dd3 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@

Categories

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea - commodo consequat. Duis aute irure dolor in reprehenderit in voluptate + commodo consequat. Duis aute irure dolor in reprehenderit in voluntary velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/main.css b/main.css index ac6fa45..18d711e 100644 --- a/main.css +++ b/main.css @@ -1,15 +1,15 @@ .profile { display: inline-block; - padding: 0px 60px; - background-color: aquamarine; + padding: 30px; + background-color: blue; font-size: 20px; } .biography { display: inline-block; border: 50px solid red; - background-color: cadetblue; - padding: 1em; + background-color: gray; + padding: 30px; font-size: 5px; } @@ -17,7 +17,11 @@ display: inline-block; border: 5px solid black; background-color: yellow; - padding: 1em; + padding: 30px; font-size: 50px; font-weight: 600; } +body { + background-color: white; + +} \ No newline at end of file From f93e5b2365c5b0168814a8004092b7ccb8063ea9 Mon Sep 17 00:00:00 2001 From: Aaron Frazier Jr Date: Thu, 8 Dec 2022 07:24:28 +0000 Subject: [PATCH 2/8] White background --- main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.css b/main.css index 18d711e..3d6914e 100644 --- a/main.css +++ b/main.css @@ -1,7 +1,7 @@ .profile { display: inline-block; padding: 30px; - background-color: blue; + background-color: white; font-size: 20px; } @@ -23,5 +23,4 @@ } body { background-color: white; - } \ No newline at end of file From 8ac253e86d6faabcb7a022fae396a9961e0f98b2 Mon Sep 17 00:00:00 2001 From: Aaron Frazier Jr Date: Thu, 8 Dec 2022 07:31:05 +0000 Subject: [PATCH 3/8] updated --- index.html | 13 ++++++------- main.css | 6 +++--- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index df00dd3..ee0d530 100644 --- a/index.html +++ b/index.html @@ -11,19 +11,18 @@

Profile Name

Address
- Telephone: 0207 955 3705 + Telephone: 702-743-9271
-

Categories

+

categories

    -
  • Lorem ipsum
  • -
  • dolor sit
  • -
  • amet
  • -
  • dolor sit
  • +
  • Sweet Tea
  • +
  • Water
  • +
  • Soda
diff --git a/main.css b/main.css index 3d6914e..9cd1c7d 100644 --- a/main.css +++ b/main.css @@ -10,7 +10,7 @@ border: 50px solid red; background-color: gray; padding: 30px; - font-size: 5px; + font-size: 30px; } .footer-3-wide { @@ -18,8 +18,8 @@ border: 5px solid black; background-color: yellow; padding: 30px; - font-size: 50px; - font-weight: 600; + font-size: 30px; + font-weight: 400; } body { background-color: white; From e1f184e83182ff1b3efb6316dcdfb3736211d48a Mon Sep 17 00:00:00 2001 From: Aaron Frazier Jr Date: Thu, 8 Dec 2022 07:53:23 +0000 Subject: [PATCH 4/8] added Json file --- .vscode/launch.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..93897a0 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,40 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": ".NET Core Launch (web)", + "type": "coreclr", + "request": "launch", + "preLaunchTask": "build", + "program": "${workspaceFolder}/bin/Debug//", + "args": [], + "cwd": "${workspaceFolder}", + "stopAtEntry": false, + "serverReadyAction": { + "action": "openExternally", + "pattern": "\\bNow listening on:\\s+(https?://\\S+)" + }, + "env": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "sourceFileMap": { + "/Views": "${workspaceFolder}/Views" + } + }, + { + "name": ".NET Core Attach", + "type": "coreclr", + "request": "attach" + }, + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file From e0a0f4fa418dbb61fef0975bf443238ddb09b9cf Mon Sep 17 00:00:00 2001 From: Aaron Frazier Jr Date: Thu, 8 Dec 2022 07:57:02 +0000 Subject: [PATCH 5/8] Nothing --- main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.css b/main.css index 9cd1c7d..1612622 100644 --- a/main.css +++ b/main.css @@ -10,7 +10,7 @@ border: 50px solid red; background-color: gray; padding: 30px; - font-size: 30px; + font-size: 20px; } .footer-3-wide { @@ -18,8 +18,8 @@ border: 5px solid black; background-color: yellow; padding: 30px; - font-size: 30px; - font-weight: 400; + font-size: 20px; + font-weight: 200; } body { background-color: white; From a3170ffecf166cd75b28f74af1e909fc8f0229ab Mon Sep 17 00:00:00 2001 From: Aaron Frazier Jr Date: Thu, 8 Dec 2022 07:59:37 +0000 Subject: [PATCH 6/8] changes biography --- main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index 1612622..55eabb6 100644 --- a/main.css +++ b/main.css @@ -7,10 +7,10 @@ .biography { display: inline-block; - border: 50px solid red; + border: 5px solid black; background-color: gray; padding: 30px; - font-size: 20px; + font-size: 18px; } .footer-3-wide { From 1885643a35e08f63b6aaffc600a878d8b14b7145 Mon Sep 17 00:00:00 2001 From: Aaron Frazier Jr Date: Thu, 8 Dec 2022 08:04:23 +0000 Subject: [PATCH 7/8] added new lines --- main.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.css b/main.css index 55eabb6..55c96e9 100644 --- a/main.css +++ b/main.css @@ -16,10 +16,9 @@ .footer-3-wide { display: inline-block; border: 5px solid black; - background-color: yellow; + background-color: pink; padding: 30px; - font-size: 20px; - font-weight: 200; + font-size: 25px; } body { background-color: white; From 0a5b83f2d9e22a87de75a1022bc1e761e3a7555d Mon Sep 17 00:00:00 2001 From: Aaron Frazier Jr Date: Thu, 8 Dec 2022 08:10:47 +0000 Subject: [PATCH 8/8] added remote files --- main.css | 2 +- practice-for-prepwork-css-refactoring | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 practice-for-prepwork-css-refactoring diff --git a/main.css b/main.css index 55c96e9..9e62f31 100644 --- a/main.css +++ b/main.css @@ -16,7 +16,7 @@ .footer-3-wide { display: inline-block; border: 5px solid black; - background-color: pink; + background-color: pinkgit ; padding: 30px; font-size: 25px; } diff --git a/practice-for-prepwork-css-refactoring b/practice-for-prepwork-css-refactoring new file mode 160000 index 0000000..1885643 --- /dev/null +++ b/practice-for-prepwork-css-refactoring @@ -0,0 +1 @@ +Subproject commit 1885643a35e08f63b6aaffc600a878d8b14b7145