how to align little left your html 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: arranging the paragraph in css
center of para
<style>
p {
text-align:center;
font-size: 250%
}
<style>
center of para