CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 09:47:27 GMT
content-type: text/html; charset=utf-8
server: cloudflare
cache-provider: CLOUDWAYS-CACHE-DE
x-frame-options: SAMEORIGIN
referrer-policy: strict-origin-when-cross-origin
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
vary: Accept-Encoding
last-modified: Fri, 10 Oct 2025 12:48:47 GMT
cache-control: max-age=0, s-maxage=2592000
expires: Sat, 11 Oct 2025 08:47:44 GMT
age: 3583
x-cache: HIT
cf-cache-status: DYNAMIC
content-encoding: gzip
cf-ray: 98cd6fa4f805c537-BLR
Sunkanmi Fafowora on CSS-Tricks -
Skip to main content
::checkmark
The
::checkmark
pseudo-element gives us an indication on whether an element is selected or not, which we can style later on. What You Need to Know About CSS Color Interpolation
Color what? Sunkanmi Fafowora explains how an everyday task for CSS can be used to create better colors experiences.
Should the CSS light-dark() Function Support More Than Light and Dark Values?
The
light-dark()
function is currently designed to support just two color schemes. Should it support others? Sunkanmi Fafowora says yes and no. What I Took From the State of Dev 2025 Survey
State of Devs 2025 survey results are out! Sunkanmi Fafowora highlights a few key results about diversity, health, and salaries.
::target-text
The ::target-text pseudo-element selects a text fragment, usually the ones created by search engines.
Lightly Poking at the CSS if() Function in Chrome 137
The CSS
if()
function was recently implemented in Chrome 137, making it the first instance where we have it supported by a mainstream browser. Let's poke at it a bit at a very high level.