diff --git a/card-one/index.html b/card-one/index.html index 72fe183..0168ca6 100644 --- a/card-one/index.html +++ b/card-one/index.html @@ -17,7 +17,6 @@ -
@@ -36,26 +35,6 @@

Card one has 16 total recipients.

-
    -
  1. - -

    location

    - filler photo for testing -
  2. - -
  3. - -

    location

    -

    Some sample text

    -
  4. - -
  5. - -

    location

    - filler photo for testing -

    Some sample text again, this time wrapping to a second line, yeah, let's make it do that.

    -
  6. -
diff --git a/card-two/index.html b/card-two/index.html index 74f67cf..2831573 100644 --- a/card-two/index.html +++ b/card-two/index.html @@ -17,7 +17,6 @@ -
diff --git a/css/cards.css b/css/cards.css deleted file mode 100644 index cb68a21..0000000 --- a/css/cards.css +++ /dev/null @@ -1,57 +0,0 @@ -.card { - color: var(--color-accent); -} - -p .card { - text-transform: uppercase; - font-weight: 700; -} - -.stop { - color: var(--color-accent); - position: relative; - list-style: none; - padding-left: 1.5rem; -} - -.stop:not(:last-child) { - padding-bottom: 2rem; -} - -.stop:before { - background-color: var(--color-accent); - width: .1rem; - content: ''; - position: absolute; - top: 0; - bottom: 0; - left: 0; -} - -svg { - margin-left: -2.2rem; - width: 2rem; - fill: var(--color-accent); - float: left; - padding: .4rem .5rem 0 0; -} - -@media (max-width: 650px) { - svg { - padding-top: .2rem; - } -} - -.stop h2 { - margin: 0; -} - -.stop img { - width: 100%; -} - -.stop p { - margin: 0; - color: var(--color-text); - padding-top: .5rem; -}