color
<div style="
color: red;
">test</div>
test
background-color
<div style="
background-color: red;
">test</div>
test
center
<div style="
background-color: red;
text-align: center;
">test</div>
test
line-height
<div style="
background-color: red;
line-height: 100px;
">test</div>
test
width
<div style="
background-color: red;
width: 200px;
">test</div>
test
margin
<div style="
background-color: red;
margin-left: 20px;
">test</div>
test
padding
<div style="
background-color: red;
padding-left: 20px;
">test</div>
test