Sandbox2: Difference between revisions
From StarFleet Bureau of Information
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
<h2>Using individual margin properties</h2> | <h2>Using individual margin properties</h2> | ||
<div> | <div>img src="https://boi.alt-starfleet-rpg.com/images/8/8c/Sfjag_wht_200.png"</div> | ||
</body> | </body> |
Revision as of 18:43, 6 September 2023
<html> <head> <style> div {
border: 1px solid black; margin-top: 100px; margin-bottom: 100px; margin-right: 150px; margin-left: 80px; background-color: lightblue;
} </style> </head> <body>
Using individual margin properties
</body> </html> [[img src="https://boi.alt-starfleet-rpg.com/images/8/8c/Sfjag_wht_200.png"
style="position:absolute; top:-10px; left:-30px; width:80px; height:80px; border:none;" alt="photo of SF JAG Badge" title="SF JAG Badge"]]
-->