<!DOCTYPE html> <html> <head> <style> div{ width:250px; height:150px; background-color:lightblue; position:absolute; right:100px; bottom:100px; } </style> </head> <body> <div> position is absolute </div> </body> </html>
Run
×
Share