1. CSS font-size property

h1{
	font-size:45px;
}

 

 

2. CSS text-align property

h1{
	text-align: center;
}

+ Recent posts