+
Company Name
+
+
+
+
+
+
+
+
+
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
+}
+