12 lines
		
	
	
		
			487 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			487 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; font-size: x-large}
 | |
| .bad {color: red;}
 | |
| .curly {font-family: "Brush Script MT"}
 | |
| .toe {margin-left: 1em; font-style: italic;}
 | |
| little-hero {color:blue; font-size: smaller; background-color: Turquoise }
 | |
| .to-toc {margin-top: 10px; display: block} |