Search
 
SCRIPT & CODE EXAMPLE
 

CSS

class contains css

/*
	To select all elemets that contain a class attribute 
	you can use the * symbol.
	
	E.G. To select .this-is-a-class and .this-is-a-different-class 
	you can do something like this:
*/
div[class*="is-a"]
{ 
  background:#ffff00;
}
Comment

PREVIOUS NEXT
Code Example
Css :: svg stroke color 
Css :: CSS box-shadow border shadow 
Css :: css align-items center 
Css :: css make background visible in text 
Css :: css toggle visibility 
Css :: Pack lines toward the center of the flex container 
Css :: css nth of type 
Css :: how to center a div 
Css :: css prevent new line div 
Css :: span to left css 
Css :: html css make p div into two lines 
Css :: materialize css for react 
Css :: how to rotate image in css 
Css :: how to change the position of a button in css 
Css :: html invisible hr 
Css :: how to hide an element in css 
Css :: css keyframes 
Css :: scss exceeded maximum budget. Budget 7.00 kB was not met by 841 bytes with a total of 7.82 kB. 
Css :: collapse border css 
Css :: animation shorthand css 
Css :: input type file placeholder 
Css :: multiple box shadows css 
Css :: css onclick change color 
Css :: css hide element 
Css :: set visibility css 
Css :: width css 
Css :: box sizing ftw 
Css :: add image to css 
Css :: scss maps´ 
Css :: css create a circle image 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =