Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to center the mainin html

<style>
  main {
    max-width: 960px;
    margin: auto;
  }
</style>
 
PREVIOUS NEXT
Tagged: #center #mainin #html
ADD COMMENT
Topic
Name
2+2 =