@charset "UTF-8";

.post-it { 
	background:#fefabc; padding:15px;
	font-family: 'Architects Daughter', cursive;
	font-size:15px; 
	color: #000; 
	/*width:200px; */
	
		-moz-transform: rotate(7deg); 
		-webkit-transform: rotate(7deg); 
		-o-transform: rotate(7deg); 
		-ms-transform: rotate(7deg); 
		transform: rotate(7deg); 
		
		box-shadow: 0px 4px 6px #333; 
		-moz-box-shadow: 0px 4px 6px #333; 
		-webkit-box-shadow: 0px 4px 6px #333; 
} - See more at: http://webdesignandsuch.com/create-a-post-it-note-with-css3/#sthash.TU0H0wvq.dpuf