HTML CSS examples for CSS Widget:Image
Positioning an image with CSS position: absolute
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <!-- w w w. j a v a 2s .co m--> <body> <img style="position: absolute; right: 30%; top: 25%;" src="https://www.java2s.com/style/demo/Opera.png"> </body> </html>