Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css var negative

margin: 0 calc(var(--side-space) * -1);
Comment

make css variable negative

// SASS
.class {
  margin-bottom: calc(#{var(--margin-md)} * -1);
}
Comment

PREVIOUS NEXT
Code Example
Css :: remove bullets from ul 
Css :: how to set color of instagram css 
Css :: media query max and min width 
Css :: button style none 
Css :: make img black and white css 
Css :: matinput remove underline 
Css :: css visibility transition 
Css :: css text selection none 
Css :: not clickable css 
Css :: how to mirror object through css 
Css :: journalctl last 100 lines 
Css :: css percent minus pixel 
Css :: how to give shadow to navbar 
Css :: z-index max value 
Css :: css transition all 
Css :: truncate text css 
Css :: centering div horizontally 
Css :: css circle 
Css :: boxshadow in css 
Css :: checkbox background color css 
Css :: css selector no attribute 
Css :: background color semi transparent 
Css :: console.log with color font 
Css :: css line break width 
Css :: css code to blur background 
Css :: remove button default border css 
Css :: tailwind border bottom 
Css :: add glow to image css 
Css :: how to remove link color from <a 
Css :: install tailwind with cdn 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =