Search
 
SCRIPT & CODE EXAMPLE
 

CSS

alternate color on two consecutive rows

tr {
    background: blue;
}

tr:nth-child(4n+1), tr:nth-child(4n+2) {
    background: red;
}
Comment

PREVIOUS NEXT
Code Example
Css :: adding script in vat for product order shopify 
Css :: how can i make a menu bar appear by clicking an icon? in css? 
Css :: sass dummy folder site download 
Css :: crear un sol con css 
Css :: <asp:FileUpload ID="Fu_Result" runat="server" Width="250px" CssClass="inputfile" / 
Css :: color: inherit; 
Css :: css conflict 
Css :: tailwind css border radius 
Css :: css tricks 
Css :: input type search in css 
Css :: css selector list 
Css :: asp.net set css class in code behind 
Css :: calculadora 
Typescript :: close ports in windows 
Typescript :: ng update @angular/core @angular/cli 
Typescript :: typescript check if string is number 
Typescript :: javax.validation.constraints does not exist 
Typescript :: typescript on window resize 
Typescript :: useref react typescript 
Typescript :: convert object object to array typescript 
Typescript :: results of 1812 
Typescript :: empty observable rxjs 
Typescript :: Visual Studio Code Typescript region folding 
Typescript :: npm type-check nested arrays 
Typescript :: sass migrate division vue 
Typescript :: adonis model preload with condition 
Typescript :: pandas add a value counts column to dataframe 
Typescript :: what design consideration usually taken for granted when using Ceramic 
Typescript :: whats the binary nmber system 
Typescript :: deno router 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =