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 diff --git a/index.html b/index.html index 2eb1eb1..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
@@ -34,7 +33,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..9e62f31 100644 --- a/main.css +++ b/main.css @@ -1,23 +1,25 @@ .profile { display: inline-block; - padding: 0px 60px; - background-color: aquamarine; + padding: 30px; + background-color: white; font-size: 20px; } .biography { display: inline-block; - border: 50px solid red; - background-color: cadetblue; - padding: 1em; - font-size: 5px; + border: 5px solid black; + background-color: gray; + padding: 30px; + font-size: 18px; } .footer-3-wide { display: inline-block; border: 5px solid black; - background-color: yellow; - padding: 1em; - font-size: 50px; - font-weight: 600; + background-color: pinkgit ; + padding: 30px; + font-size: 25px; } +body { + background-color: white; +} \ No newline at end of file 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