User:NNMKR/Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<style> | |||
.box { | |||
display: inline-block; | |||
width: 50px; | |||
height: 50px; | |||
background-color: lightgrey; | |||
margin 5px; | |||
} | |||
</style> | |||
<div | <div class="box">spear</div> | ||
</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