Sandbox2: Difference between revisions
From StarFleet Bureau of Information
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
</center> | </center> | ||
<p style="padding-right: 100px;> | <p style="padding-right: 100px;> | ||
[[Image: | [[Image:MyLogo.png|none|150px|My Logo]] | ||
</p> | </p> | ||
<head> | |||
<style> | |||
.right { | |||
position: absolute; | |||
right: 10px; | |||
width: 300px; | |||
border: 3px solid #73AD21; | |||
padding: 10px; | |||
} | |||
</style> | |||
</head> | |||
<body> | |||
<h2>Right align with the position property</h2> | |||
<p>An example of how to right align elements with the position property:</p> | |||
<div class="right"> | |||
<p>In my younger and more vulnerable years my father gave me some advice that I've been turning over in my mind ever since.</p> | |||
</div> |
Revision as of 18:33, 11 September 2023
THIS IS A TEST
<head> <style> .right {
position: absolute; right: 10px; width: 300px; border: 3px solid #73AD21; padding: 10px;
} </style> </head> <body>
Right align with the position property
An example of how to right align elements with the position property:
In my younger and more vulnerable years my father gave me some advice that I've been turning over in my mind ever since.