diff --git a/README.md b/README.md index 5394956..4b8de68 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # HTML CSS Pair Programming Lab 3 ## Description -You will pair program with a partner to complete this assignemnt. One partner, the driver, should share their screen and be the one typing. The other partner, the observer, should review each line of code. Both partners should be cooperating when solving problems. When an objective has been met, the driver should push the code to the GitHub account, the observer should pull the changes, and the two partners switch roles. +You will pair program with a partner to complete this assignment. One partner, the driver, should share their screen and be the one typing. The other partner, the observer, should review each line of code. Both partners should be cooperating when solving problems. When an objective has been met, the driver should push the code to the GitHub account, the observer should pull the changes, and the two partners switch roles. ## Steps 1. The page should have a navbar diff --git a/cards.html b/cards.html new file mode 100644 index 0000000..263696f --- /dev/null +++ b/cards.html @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + Pricing Page + + + + +
+

Company name

+ + Sign up +
+ +
+
+

Pricing

+

Quickly build an effective pricing table for your potential customers with this Bootstrap example. It’s built with default Bootstrap components and utilities with little customization.

+
+ +
+
+
+
+

Free

+
+
+

$0 / mo

+
    +
  • 10 users included
  • +
  • 2 GB of storage
  • +
  • Email support
  • +
  • Help center access
  • +
+ +
+
+
+
+
+
+

Pro

+
+
+

$15 / mo

+
    +
  • 20 users included
  • +
  • 10 GB of storage
  • +
  • Priority email support
  • +
  • Help center access
  • +
+ +
+
+
+
+
+
+

Enterprise

+
+
+

$29 / mo

+
    +
  • 30 users included
  • +
  • 15 GB of storage
  • +
  • Phone and email support
  • +
  • Help center access
  • +
+ +
+
+
+
+ + +
+ + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..675af79 --- /dev/null +++ b/style.css @@ -0,0 +1,11 @@ +.container { + max-width: 960px; +} + +.pricing-header { + max-width: 700px; +} + +a { +text-decoration: none; +}