Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css varianbes

:root {
  --blue: #1e90ff;
  --white: #ffffff;
}

body { background-color: var(--blue); }

h2 { border-bottom: 2px solid var(--blue); }
Comment

PREVIOUS NEXT
Code Example
Css :: how to specify number of characters in css 
Css :: flex flow 
Css :: Capitalise all first letters of words in a sentence with css 
Css :: nuxt page transition 
Css :: use CSS to add a bullet point 
Css :: flex decoration css 
Css :: constraint barrier example 
Css :: padding top bottom 
Css :: how to ignore an element from the flexbox container 
Css :: text shadow css 
Css :: css outline style 
Css :: make clicks pass through element css html 
Css :: wordpress how to change logo on a certain page with css 
Css :: how to style ul circles black in css 
Css :: last child of last child tailwind 
Css :: z-index 
Css :: css animations 
Css :: execution timeout expired the timeout 
Css :: css image gallery 
Css :: waves css 
Css :: deobfuscate css 
Css :: scss examples 
Css :: feature detect css 
Css :: css display 
Css :: tailwind css next 
Css :: how to use hr lines in a class css 
Css :: css max width substruction 
Css :: transform element to the left 
Css :: video failing to scale with div css background 
Css :: background with three line color css 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =