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