Control Panel
Platform
Website Builder
Turbo CSS
Pricing
Blog
Log in
Sign up
Fundamentals
Utilities
Selectors
Download
License
Turbo vs Tailwind
Turbo Playground
Combinators
Child
Next sibling
After sibling
Descendant
Self
Viewport
Viewport width
Device
Device type
Hoverable
DOM Structure
Empty
Not empty
Even
Odd
First
Not first
Last
Not last
Interaction
Hover
Focus
Active
Visited
State
Valid
Invalid
Enabled
Disabled
Checked
Unchecked
Mode
Pseudo elements
Placeholder
Selection
Before
After
Thumb
Tags
Tags
Active
Syntax
Class
Properties
{...}
active:
{...}
{...}
:active
{...}
<button class="t1 px-16 py-4 color-white rounded-3 shadow-4 cursor-pointer select-none bg-c-blue active:bg-c-blue-800 focus:outline-none "> Buy item </button>
Specification test cases
The test cases below are imported from the Turbo CSS specification. They have been executed upon loading this page.
Apply a black color while active.
t1 active:color-black
.t1.active\:color-black:active { color: #000000; }