Skip to content

GaneshSrambikal/csstricks_plus_aterisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📖 Using plus(+) and asterisk(*) in CSS

This repo demostrates the use of plus(+) and asterisk(*) in CSS. Applying effect to element on hover

.list .item:hover + * { // apply to the next/right items on hover }

This repo demostrates the use of plus(+) and asterisk(*) in CSS. Applying effect to element on hover

.list .item:has(+ *:hover){ // apply to the previous/left items on hover }

Dont forget to star⭐ and fork🍴this repo📗

📷 👇

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •