Tuesday, 14 October 2014

Css: Image/text Position

use div for this

<style>
img {
float: right;
    position: fixed;
margin-top: -150px;
margin-left: -150px;
}

</style>