Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

center things with css

<style>
#para {
    margin-left: auto;
    margin-right: auto;
    width: 8em
}
</style>
<P id="para">This is a paragraph </p>
Source by www.w3.org #
 
PREVIOUS NEXT
Tagged: #center #css
ADD COMMENT
Topic
Name
2+1 =