From 74e3f37a9c565666bbf82397e404b1806de18244 Mon Sep 17 00:00:00 2001 From: sotrali Date: Sun, 16 Nov 2025 20:42:20 -0500 Subject: [PATCH] new gradient border on ceramic coating --- ceramic-coating.html | 94 +++++++++++++++++++++++++++++++++----------- reviews.html | 6 +-- 2 files changed, 75 insertions(+), 25 deletions(-) diff --git a/ceramic-coating.html b/ceramic-coating.html index 6cb0321..9fa70b3 100644 --- a/ceramic-coating.html +++ b/ceramic-coating.html @@ -18,24 +18,32 @@ margin: 1rem; } + + + .info-box { + background: + linear-gradient(var(--black) 0 0) padding-box, /*black background*/ + linear-gradient(to left, var(--gold), white, var(--gold)) border-box; + border: 5px solid transparent; + max-width: 80%; width: 80%; padding: 2rem 4rem;; border-radius: 4rem; height: min-content; - border: 2px solid var(--gold); - transition: border 1s ease; + /** border: 2px solid var(--gold); **/ + transition: 1s ease; } .info-box:hover { - border: 2px solid white; } - .info-box h1, p { - color: white; - text-wrap: pretty; + .info-box h1 { + color: var(--gold); + } + .info-box h2 { + color: white; } - .info-flex { display: flex; flex-direction: row; @@ -61,16 +69,27 @@ max-width: 100%; } - li { + #allIncludeList li { text-wrap: nowrap; list-style-position: inside; padding: 0rem; margin: .5rem .5rem; } - li::marker { + + #allIncludeList li::marker { content: "✓ "; - color: var(--gold); - } + } + + ol li ul { + padding-left: 1rem; + } + li { + color: white; + text-align: left; + } + li::marker { + color: var(--gold); + } /** MOBILE */ @media screen and (max-width: 850px) { @@ -120,28 +139,42 @@

some headline details can go in here, then:

-

Choose your Ceramic Coating Package

+

Choose your Package


-
    -
  • Elite Ceramic Coating
  • -
  • Complete Ceramic Coating
  • -
-

dev note:maybe left-align list above, change bullet style, then use existing bullets as first list, then make sub-bullets for the distinguishing characteristics of each package with checkmark bullet?

+
+
    +
  1. +

    Elite Ceramic Coating:

    +
      +
    • elite detail one
    • +
    • elite detail two
    • +
    +
  2. + +
  3. +

    Complete Ceramic Coating:

    +
      +
    • complete detail one
    • +
    • complete detail two
    • +
    +
  4. +
+

Wheel Wash Add-on


-
    +
    • wheel wash information 1
    • wheel wash information 2
    • wheel wash information 3
    • @@ -149,6 +182,23 @@
+ + diff --git a/reviews.html b/reviews.html index 611d85d..2740e69 100644 --- a/reviews.html +++ b/reviews.html @@ -67,7 +67,7 @@ } #galleryPhotos { display: flex; - min-width: 100%; + min-width: 75%; flex-direction: column; align-items: center; } @@ -90,10 +90,10 @@ } div.jx-arrow.jx-left { - border-color: transparent white transparent transparent; + border-color: transparent var(--gold) transparent transparent; } div.jx-arrow.jx-right { - border-color: transparent transparent transparent white; + border-color: transparent transparent transparent var(--gold); } /** BEFORE / AFTER IMAGES */