CSS
h1 {
background-color: #f2f1ed; /* Colour behind text */
color: #222; /* Text colour */
font-family: Georgia, serif; /* Suggested typeface & backup */
font-size: 2rem; /* Suggested size of the type */
font-style: italic; /* Italic or normal */
font-weight: bold; /* Bold, normal, or number like 200 */
line-height: 1.5; /* Multiplier against the size */
list-style-type: square; /* Bullets: none, circle, decimal, lower-alpha, etc. */
text-align: center; /* Left, right, center, justify */
text-decoration: underline; /* Underline or none */
text-transform: uppercase; /* Uppercase, lowercase */
}
img {
width: 100%; /* Make the width fill the whole space */
}