Template:EquipmentTable: Difference between revisions

From Melvor Idle
(Created page with "<div style="background-image: url('/images/5/5e/EquipmentWindowEmpty.png?20240324155321'); background-repeat: no-repeat; background-position: top left; text-align: center; display: inline-block;"> </div>")
 
No edit summary
Line 1: Line 1:
<div  
<div class="background-image">
    style="background-image: url('/images/5/5e/EquipmentWindowEmpty.png?20240324155321');
     test
    background-repeat: no-repeat;
     background-position: top left;
    text-align: center;
    display: inline-block;">
</div>
</div>
<style>
    /* CSS styles specific to this template */
    .background-image {
        background-image: url('/images/5/5e/EquipmentWindowEmpty.png?20240324155321');
        background-repeat: no-repeat;
        background-position: top left;
        width: 225px;
        height: 320px;
        text-align: center;
        display: inline-block;
    }
</style>

Revision as of 17:02, 24 March 2024

   test

<style>

   /* CSS styles specific to this template */
   .background-image {
       background-image: url('/images/5/5e/EquipmentWindowEmpty.png?20240324155321');
       background-repeat: no-repeat;
       background-position: top left;
       width: 225px;
       height: 320px;
       text-align: center;
       display: inline-block;
   }

</style>