display: block;
p.secret {
display: block;
}
A " display: block; " will add whitespace above and below it element,
and tolerates no HTML elements next to it, unless you use a float declaration
span {
display: block;
background-color: #006100;bn vbv
}