0% found this document useful (0 votes)
23 views1 page

New 1

The document contains CSS code defining styles for various elements including phone, buttons, background sections, and a camera element. Styles include box shadows, gradients, and background images applied with radial gradients.

Uploaded by

Safavid Remix
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views1 page

New 1

The document contains CSS code defining styles for various elements including phone, buttons, background sections, and a camera element. Styles include box shadows, gradients, and background images applied with radial gradients.

Uploaded by

Safavid Remix
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

.phone = box-shadow: 0 0 0.1em 0.

25em hsl(var(--c-h), 20%, 25%), 0 0 0 var(--


border-width) hsl(var(--c-h), 30%, 85%);

.buttons .button = box-shadow: inset -0.15em 0 0.1em black, inset 0 0 0.1em


hsl(var(--c-h), 30%, 90%), inset 0 0.2em 0.1em hsl(var(--c-h), 30%, 90%), inset 0 -
0.2em 0.1em hsl(var(--c-h), 30%, 90%), inset -0.1em 0.333em 0.1em rgba(0, 0, 0,
0.5), inset -0.1em -0.333em 0.1em rgba(0, 0, 0, 0.5);

.bg .section:before = background: radial-gradient(85% 125% at 50% 140%, black


66.6%, transparent), radial-gradient(120% 120% at 50% 145%, hsl(calc(var(--g-h) -
45), 100%, 50%) 50%, transparent), radial-gradient(150% 100% at 50% 80%,
transparent 35%, hsl(calc(var(--g-h) + 50), 100%, 99%));

.bg .section:last-of-type:before = background: radial-gradient(85% 125% at 50%


140%, black 66.6%, transparent), radial-gradient(120% 120% at 50% 145%,
hsl(calc(var(--g-h) - var(--g-hue-adjust-2, var(--g-hue-adjust, 0))), 100%, 50%)
50%, transparent), radial-gradient(150% 100% at 50% 95%, transparent 15%,
hsl(calc(var(--g-h) + 5), 100%, var(--g-lightness, 100%)));

.camera:before = background: radial-gradient(#6667ac, transparent 50%) no-repeat


33.3% 10%/75% 50%, radial-gradient(#454680, transparent 50%) no-repeat 60% 85%/50%
50%;

You might also like