how to change the text position css code example
Example 1: how to move an image up in css
.image{
position: relative;
top: -125px;
}
Example 2: how change the text position
type text-align: center;
you can make it to right and to the left
.image{
position: relative;
top: -125px;
}
type text-align: center;
you can make it to right and to the left