
p {
	display: inline-block;

	/* set dimension of the box */
	width: 120px;
	height: 100px;
	padding-top: 20px;

	/* Set color and border */
	background-color: cyan;
	border: 2px solid blue;
	border-radius: 10px;
}
