40
loading...
This website collects cookies to deliver better user experience
width: calc(100vw - 16px);
animation-timing-function: cubic-bezier(0.5, 0, 1, 0.75);
@supports (display: flex) or (display: block) {
.my-class {
margin-top: 200px;
}
}
transform: rotate(0.25turn); /* this is like rotate(90deg) */
a.disabled[href] {
pointer-events: none;
}
caret: color shape;
::selection {
background: darkblue;
color: lightgreen;
}