default alignment for all elements in the web page which can be configured using the text-alignment property? css code example
Example 1: how to change the size of a style="text-align: center;"
<style>
p {
text-align:center;
font-size: 250%
}
<style>
Example 2: text-align attribute in css
text-align:inherit;