From d66a7e27a65ddc7ba8915e19fc2f9fc1eedd0f5d Mon Sep 17 00:00:00 2001 From: spmoore25 <74632580+spmoore25@users.noreply.github.com> Date: Sun, 24 Jan 2021 12:44:53 -0500 Subject: [PATCH] Final Project --- Lab3.html | 133 ++++++++++++++++++++++++++++++++++ Lab3.workspace.code-workspace | 10 +++ css/styles.css | 7 ++ 3 files changed, 150 insertions(+) create mode 100644 Lab3.html create mode 100644 Lab3.workspace.code-workspace create mode 100644 css/styles.css diff --git a/Lab3.html b/Lab3.html new file mode 100644 index 0000000..f6ec26f --- /dev/null +++ b/Lab3.html @@ -0,0 +1,133 @@ + + + + + + + + Lab3 + + +
+ +
+
+
+
+
+

Pricing

+

Quickly build an effectice table for your potentional customers with this
Bootstrap expamples. It's build with default Bootstrap components and utilities
with little customization.

+
+
+
+
+
+
+
Free
+

+

    +
  • $0/ mo
  • +
  • 10 users included
  • +
  • 2GB of storage
  • +
  • Email Support
  • +
  • Help center access
  • +
    + +
    +
+
+
+
+
+
+
+
Pro
+

+

    +
  • $15/ mo
  • +
  • 20 users included
  • +
  • 10GB of storage
  • +
  • Priority Email Support
  • +
  • Help center access

  • +
    + +
    +
+
+
+
+
+
+
+
Enterprise
+

+

    +
  • $29/ mo
  • +
  • 30 users included
  • +
  • 15GB of storage
  • +
  • Phone and email Support
  • +
  • Help center access
  • +
    + +
    +
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/Lab3.workspace.code-workspace b/Lab3.workspace.code-workspace new file mode 100644 index 0000000..2c776d7 --- /dev/null +++ b/Lab3.workspace.code-workspace @@ -0,0 +1,10 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "liveServer.settings.multiRootWorkspaceName": "web4" + } +} \ No newline at end of file diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..d14517e --- /dev/null +++ b/css/styles.css @@ -0,0 +1,7 @@ +/* Global Layout Set-up */ +* { + margin: 0; + padding: 0; + box-sizing: border-box +} +