Search
 
SCRIPT & CODE EXAMPLE
 

CSS

repeating-linear-gradient

body {
  background-image: repeating-linear-gradient(-45deg,
      transparent,
      transparent 20px,
      black 20px,
      black 40px);
  /* with multiple color stop lengths */
  background-image: repeating-linear-gradient(-45deg, 
      transparent 0 20px, 
      black 20px 40px);
}
Comment

repeating gradient

repeating-linear-gradient(black, white 10px, black 20px)
Comment

PREVIOUS NEXT
Code Example
Css :: rotate image in css 
Css :: css horizontal gradient background color 
Css :: css box shadow from all sides 
Css :: how to add outline to text in css 
Css :: how to make hr class bootstrap full width 
Css :: most common media query sizes 
Css :: bootstrap 5 sidebar class 
Css :: div color overlay css 
Css :: clamp css 
Css :: css linear gradient 25% of page 
Css :: make img tag take all div space 
Css :: css set background opacity 
Css :: ng-deep 
Css :: use css in cshtml 
Css :: css no wrap 
Css :: css for safari only 
Css :: insert background colour to css file 
Css :: arrow left css 
Css :: css set background color 
Css :: css translate x and y 
Css :: wordpress style.css 
Css :: css combinators 
Css :: Override Inline Styles with CSS 
Css :: select third element of an id css 
Css :: select two stuffes css 
Css :: how to hide scrollbar in tailwind css 
Css :: fira code 
Css :: css absolute position inside div 
Css :: custom scroll bar css 
Css :: how to make a square image round css 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =