CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 23:22:19 GMT
content-type: text/html; charset=utf-8
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: Thu, 24 Jul 2025 12:41:11 GMT
cache-control: max-age=0, s-maxage=2592000
expires: Thu, 24 Jul 2025 22:20:13 GMT
age: 3725
x-cache: HIT
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=nxxp9oCSIwYiT7e2QDqiHwp5Cql.SZ0.k7lnUbDVu0M-1753399339-1.0.1.1-epT4h3S6yXj8IzbfrUhNOolovK3GupN5Hc.w2MZju6ag1H3hF9U8WoD9DgwObm1C__b7ks2vXY1J3J9ssGrT3t474dAvD9oWumMGoIJtgVY; path=/; expires=Thu, 24-Jul-25 23:52:19 GMT; domain=.css-tricks.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 964728a74e7fc1ba-BLR
content-encoding: gzip
R | CSS-Tricks
Skip to main content
:root
:root
The :root selector allows you to target the highest-level “parent” element in the DOM, or document tree. It is defined […]
:root { }
Continue Reading
:required
:required
The :required pseudo class selector in CSS allows authors to select and style any matched element with the required attribute. […]
input:required { }
Continue Reading
:read-write / :read-only
:read-write / :read-only
The :read-write and :read-only selectors are two mutability pseudo-classes aiming at making form styling easier based on disabled, readonly and […]
.element:read-only { cursor: not-allowed; }
Continue Reading
:right
:right
The :right pseudo-class in CSS is used with the @page at-rule to select all right-hand pages in a print document […]
@page :left { margin: 1in 2in; }
Continue Reading