I am striving for the cleanest code possible. Can an article and an aside have padding, margins, etc? I have been struggling to achieve this. I find myself having to add a div with a class that accepts padding.
article {
width:463px;
float:left;
padding: 40 20 0 40;
}
aside {
float: left;
}
h1 {
font-family: 'bitterregular';
font-size:16px;
}
p {
font-family: 'bitterregular';
font-size:14px;
}