/* 

Assignment 3
Demo

*/

body {
	font-size: 40px;
}

.square.xx { background: aqua; }

.xx.demo-circle { 
	background: blue;
	border-radius: 50%;
}

.xx.demo-square {
	background: red;
	border: inset 10px yellow;
}