how to change position of text in css code example
Example 1: html css position
.class{ position: attribute ; }
Example 2: how change the text position
type text-align: center;
you can make it to right and to the left
Example 3: adjusting y pos of element in css
top: 150px;