This post demonstrates the successful completion of adding new code within the post loop of the (book recommended) Twenty Twelve child theme index.php file; and hard coding the following CSS style rules into the Twenty Twelve child theme style.css file.
.newpost {
padding: 8px;
border: 2px solid darkgray;
border-radius: 10px;
background-color: lightyellow;
margin-bottom: 50px;
}
.newpost h1 a {
font-size: 2.5em;
color: red;
}

2012 loop and css code successful results


