Template:JakeTesting.css: Difference between revisions
JakeL changed the content model of the page Template:JakeTesting.css from "CSS" to "Sanitized CSS" |
No edit summary |
||
Line 1: | Line 1: | ||
.crw-hero{ | .crw-hero { | ||
max-width: 980px; margin: 0 auto | max-width: 980px; | ||
background:# | margin: 0 auto 2rem auto; | ||
padding: 2.5rem 2rem; | |||
background: #ffffff; | |||
border: 1px solid #e5e7eb; | |||
border-radius: 12px; | |||
box-shadow: 0 4px 16px rgba(0,0,0,0.05); | |||
text-align: center; | |||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; | |||
} | } | ||
.crw-eyebrow{ font-size:. | .crw-eyebrow { | ||
font-size: 0.95rem; | |||
font-weight: 600; | |||
color: #6b7280; | |||
text-transform: uppercase; | |||
letter-spacing: .05em; | |||
margin-bottom: .5rem; | |||
} | } | ||
.crw-button:hover{ background:#f3f4f6; text-decoration:none; } | .crw-title { | ||
margin: 0 0 .5rem 0; | |||
.crw-button--secondary{ | font-size: 2rem; | ||
border-color:# | font-weight: 700; | ||
color: #111827; | |||
} | |||
.crw-tagline { | |||
font-size: 1.15rem; | |||
color: #374151; | |||
margin-bottom: .75rem; | |||
} | |||
.crw-count { | |||
font-size: 1rem; | |||
color: #4b5563; | |||
margin-bottom: 1.5rem; | |||
} | |||
.crw-cta { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: .75rem; | |||
justify-content: center; | |||
} | |||
.crw-button { | |||
display: inline-block; | |||
padding: 0.65rem 1.1rem; | |||
font-size: .95rem; | |||
font-weight: 600; | |||
border-radius: 6px; | |||
border: 1px solid #d1d5db; | |||
background: #f9fafb; | |||
color: #111827; | |||
text-decoration: none; | |||
transition: all 0.2s ease; | |||
} | |||
.crw-button:hover { | |||
background: #f3f4f6; | |||
border-color: #9ca3af; | |||
text-decoration: none; | |||
} | |||
.crw-button--secondary { | |||
background: #2563eb; | |||
border-color: #2563eb; | |||
color: #fff; | |||
} | |||
.crw-button--secondary:hover { | |||
background: #1d4ed8; | |||
border-color: #1d4ed8; | |||
color: #fff; | |||
} | } | ||