mirror of
				https://github.com/coolaj86/fizzbuzz.git
				synced 2024-11-16 17:29:04 +00:00 
			
		
		
		
	
		
			
	
	
		
			18 lines
		
	
	
		
			225 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			225 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
|  | #wysiwyg { | ||
|  |   position: fixed; | ||
|  |   top: 0; | ||
|  |   right: 0; | ||
|  |   width: 400px; | ||
|  |   height: 300px; | ||
|  |   overflow: auto; | ||
|  |   border: black solid 5px; | ||
|  | } | ||
|  | 
 | ||
|  | form input[name=msg] { | ||
|  |   width: 500px; | ||
|  | } | ||
|  | 
 | ||
|  | form input[type=submit] { | ||
|  |   visibility: hidden; | ||
|  | } |