9 lines
		
	
	
		
			366 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			366 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
fieldset {border-style:none}
 | 
						|
img {height: 100px;}
 | 
						|
.box {border: 1px solid black; padding:3px}
 | 
						|
.child-div {margin-left: 1em; font-weight: normal}
 | 
						|
.hidden {display: none}
 | 
						|
.parent-div {margin-top: 1em; font-weight: bold}
 | 
						|
.special {font-weight:bold;}
 | 
						|
.toe {margin-left: 1em; font-style: italic;}
 | 
						|
little-hero {color:blue; font-size: smaller; background-color: Turquoise } |