Discover and read the best of Twitter Threads about #001f3f

Most recents (4)

Do You Know about CSS variables?

know everything about CSS variables In this thread:
1/ Intro of a CSS variable

It is a custom property of a CSS that is defined by a CSS author that contains some specific values that are reusable through a document.

it is used in the google chrome browser. Image
2/ Syntax or how to use

:root{
β€” color-primary: #001f3f;
}

p {
color: var(--color-primary);
}
Read 7 tweets
Do You Know about CSS variables?

know everything about CSS variables.

πŸ§΅πŸ‘‡
1⃣ Intro of a CSS variable

It is a custom property of a CSS that is defined by a CSS author that contains some specific values that are reusable through a document.

it is used in the google chrome browser.
2⃣ Syntax or how to use

πŸ‘‡πŸ‘‡

:root{
-- color-primary: #001f3f;
}

p {
color: var(--color-primary);
}
Read 7 tweets
Do You Know about CSS variables?

know everything about CSS variables.

πŸ§΅πŸ‘‡
1⃣ Intro of a CSS variable

It is a custom property of a CSS that is defined by a CSS author that contains some specific values that are reusable through a document.

it is used in the google chrome browser. Image
2⃣ Syntax or how to use

πŸ‘‡πŸ‘‡

:root{
-- color-primary: #001f3f;
}

p {
color: var(--color-primary);
} Image
Read 7 tweets
CSS variable

know everything about CSS variable

πŸ§΅πŸ§΅πŸ‘‡πŸ‘‡ Image
01. Intro of a CSS variable

It is a custom property of a CSS that is defined by a CSS author that contains some specific values that are reusable through a document.

it is used in the google chrome browser

see exampleπŸ‘‡πŸ‘‡ Image
02. Syntax or how to use

πŸ‘‡πŸ‘‡

:root{
--color-primary: #001f3f;
}

p {
color: var(--color-primary);
} Image
Read 7 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!