HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> p{ float:right; margin-right: 5%; } </style> </head> <body> <h1>CSS margin-right Property</h1> <p>This paragraph is 5% away from the right margin of this container.</p> </body> </html>
OUTPUT
×

Save as Private