User:NNMKR/Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<style> | <style> | ||
.box { | .box { | ||
display: | display: inline-block; | ||
width: 50px; | width: 50px; | ||
height: 50px; | height: 50px; | ||
background-color: lightgrey; | background-color: lightgrey; | ||
margin 5px; | margin 5px; | ||
} | |||
</style> | |||
<div class="box">spear</div> |
Latest revision as of 02:11, 5 July 2025
<style> .box { display: inline-block; width: 50px; height: 50px; background-color: lightgrey; margin 5px; } </style>
spear