css variable
CSS
:root {
--main-bg-color: pink;
}
body {
background-color: var(--main-bg-color);
}/* Answer to: "css variables" */
:root {
--main-bg-color: coral;
--secondary-bg-color: gold;
}
#div1 {
background-color: var(--main-bg-color);
}
#div2 {
background-color: var(--main-secondary-color);
}/* "css variables" */
/* not for ie but good for Edge and other browser :D */
/*
By declaring a custom property on the :root pseudo-class
and using it where needed throughout the document
*/
:root {
--primary-bg: #8a2be2;
--btn-font-size: 18px;
--btn-padding: 10px 15px;
}
.btn-primary {
background-color: var(--primary);
font-size: var(--btn-font-size);
padding: var(--btn-padding);
color: #E2E2E2;
}:root {
--main-bg-color: coral;
}
#div1 {
background-color: var(--main-bg-color);
}
#div2 {
background-color: var(--main-bg-color);
}
Also in CSS:
- Title
- anchor links scrolling too far
- Category
- CSS
- Title
- how to change button gradient
- Category
- CSS
- Title
- css remove list indent
- Category
- CSS
- Title
- font size css
- Category
- CSS
- Title
- update npm
- Category
- CSS
- Title
- changong text color css
- Category
- CSS
- Title
- css font-size
- Category
- CSS
- Title
- css queryselector
- Category
- CSS
- Title
- background gradient vertical css
- Category
- CSS
- Title
- large input box bootstrap 4
- Category
- CSS
- Title
- background image css
- Category
- CSS
- Title
- header html css
- Category
- CSS
- Title
- symfony new project
- Category
- CSS
- Title
- how to use child selectors in css
- Category
- CSS
- Title
- css text align left
- Category
- CSS
- Title
- css align center vertical and horizontal
- Category
- CSS
- Title
- HTML & CSS: Design and Build Web Sites
- Category
- CSS
- Title
- dotted line css
- Category
- CSS
- Title
- how to create polaroid effect in css
- Category
- CSS
- Title
- css opacity example
- Category
- CSS
- Title
- no repeat background
- Category
- CSS
- Title
- media queries les plus utilisees
- Category
- CSS
- Title
- Jquery .css
- Category
- CSS
- Title
- change background input css
- Category
- CSS
- Title
- margin in css
- Category
- CSS
- Title
- react import bootstrap css
- Category
- CSS
- Title
- css text align right
- Category
- CSS
- Title
- css center table on page
- Category
- CSS
- Title
- change font awesome icon color
- Category
- CSS
- Title
- css box shadow not on bottom
- Category
- CSS
- Title
- scss gradient mixin
- Category
- CSS
- Title
- css all caps
- Category
- CSS
- Title
- ancho maximo css
- Category
- CSS
- Title
- how to remove bevel effect from button css
- Category
- CSS
- Title
- how to use hover in css
- Category
- CSS
- Title
- how to horizontally center header at the top of page with flexbox css
- Category
- CSS
- Title
- css flex property
- Category
- CSS
- Title
- css font size
- Category
- CSS
- Title
- !important in css
- Category
- CSS
- Title
- link css file in html
- Category
- CSS
- Title
- css transform
- Category
- CSS
- Title
- + selector css
- Category
- CSS
- Title
- ombre color div
- Category
- CSS
- Title
- difference between class and id in html css
- Category
- CSS
- Title
- unselectable css property
- Category
- CSS
- Title
- css blink animation
- Category
- CSS
- Title
- how to link locally installed fonts to css
- Category
- CSS
- Title
- add css style sheet with javascript
- Category
- CSS
- Title
- position absolute center
- Category
- CSS
- Title
- css focus change color
- Category
- CSS
- Title
- make image background of div
- Category
- CSS
- Title
- how to change color of svg with css
- Category
- CSS
- Title
- how to style hyperlink text css
- Category
- CSS
- Title
- css center vertically
- Category
- CSS
- Title
- responsive youtube video on a website
- Category
- CSS
- Title
- how to style input fields in css
- Category
- CSS
- Title
- static css in django
- Category
- CSS
- Title
- css no bottom ouline
- Category
- CSS
- Title
- hover on father elemet activates a child element css
- Category
- CSS
- Title
- add border to input css
- Category
- CSS
- Title
- flex wrap tailwind
- Category
- CSS
- Title
- css keep background image from scrolling
- Category
- CSS
- Title
- font-weight css
- Category
- CSS
- Title
- css change text size
- Category
- CSS
- Title
- border color css
- Category
- CSS
- Title
- how to make border for letters in css
- Category
- CSS
- Title
- list text wont center properly css
- Category
- CSS
- Title
- padding left
- Category
- CSS
- Title
- scss @mixin base
- Category
- CSS
- Title
- dark mode css
- Category
- CSS
- Title
- how to align elements horizontally in css
- Category
- CSS
- Title
- how to style body using css
- Category
- CSS
- Title
- how to add css to alt attribute text
- Category
- CSS
- Title
- adjacent sibling selector
- Category
- CSS
- Title
- make buttons round css
- Category
- CSS
- Title
- normalize css cdn
- Category
- CSS
- Title
- scss hover
- Category
- CSS
- Title
- get rid of arrows number input
- Category
- CSS
- Title
- css image effects
- Category
- CSS
- Title
- prevent textarea resize css
- Category
- CSS
- Title
- how to slide text to the right in css
- Category
- CSS
- Title
- github-pages main.css cancel
- Category
- CSS
- Title
- tab link class in html
- Category
- CSS
- Title
- opacity transition in css
- Category
- CSS
- Title
- fixed footer in css
- Category
- CSS
- Title
- print zend db select query to string
- Category
- CSS
- Title
- wordpress https to localhost http
- Category
- CSS
- Title
- css all children of type
- Category
- CSS
- Title
- css to hide scrollbar
- Category
- CSS
- Title
- center div horizontally and vertically
- Category
- CSS
- Title
- bar d'exemple navigation horizontale css
- Category
- CSS
- Title
- text shadow css generator
- Category
- CSS
- Title
- css attribute selector
- Category
- CSS
- Title
- bootstrap cdn
- Category
- CSS
- Title
- bem in nested element
- Category
- CSS
- Title
- vertical align text inside div
- Category
- CSS
- Title
- Ul or ol with no indent
- Category
- CSS
- Title
- css aplying everything
- Category
- CSS
- Title
- How to resize an background image to fit in the browser window?
- Category
- CSS
- Title
- css efeito negativo fotos
- Category
- CSS