HTML:
Some content
CSS:
body {
margin: 0 auto;
width: 470px;
back
You're treating the Some content HTML: CSS: if you don't want to use a body
like a
inside a class
.name{
margin: 0 auto;
width: 470px;
background-color: cyan;
text-align: center;
}
class
or id
or to that css
CSS:
p{
margin: 0 auto;
width: 470px;
background-color: cyan;
text-align: center;
}