Making A Corner Background Picture
Use this code for a bottom left picture
Paste this code under the <body> tag
<img src="YOURIMAGEURL" style="position:fixed;bottom:0px;left:0px;z-index:-999; width: 300px; height: 300px; border-radius: 200px;"/>
For a bottom right picture use this code
Paste this code under the <body> tag
<img src="YOURIMAGEURL" style="position:fixed;bottom:0px;right:0px;z-index:-999; width: 300px; height: 300px; border-radius: 200px;"/>










