User:Cameron446:/sandbox test: Difference between revisions

From Habbox Wiki
Jump to navigation Jump to search
Cameron446: (talk | contribs)
No edit summary
Cameron446: (talk | contribs)
Undo revision 150305 by Cameron446: (talk)
Tag: Undo
Line 3: Line 3:
     <td style="width: 33%; padding: 5px; text-align: center;">
     <td style="width: 33%; padding: 5px; text-align: center;">
       <div style="position: relative; width: 100%; height: 200px; border: 1px solid #ddd; border-radius: 5px; overflow: hidden;">
       <div style="position: relative; width: 100%; height: 200px; border: 1px solid #ddd; border-radius: 5px; overflow: hidden;">
        <img src="{{{Image1}}}" alt="{{Title1}}" style="width: 100%; height: 100%; object-fit: cover;">
          [[File:{{{Image1}}}|style=width:200%; height:600%; object-fit: cover;]]
        <div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px; box-sizing: border-box;">
          <div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px; box-sizing: border-box;">
          <div style="font-size: 18px; font-weight: bold;">{{{Title1}}}</div>
            <div style="font-size: 18px; font-weight: bold;">{{{Title1}}}</div>
          <div style="font-size: 14px;">{{{Description1}}}</div>
            <div style="font-size: 14px;">{{{Description1}}}</div>
        </div>
          </div>
       </div>
       </div>
     </td>
     </td>
     <td style="width: 33%; padding: 5px; text-align: center;">
     <td style="width: 33%; padding: 5px; text-align: center;">
       <div style="position: relative; width: 100%; height: 200px; border: 1px solid #ddd; border-radius: 5px; overflow: hidden;">
       <div style="position: relative; width: 100%; height: 200px; border: 1px solid #ddd; border-radius: 5px; overflow: hidden;">
        <img src="{{{Image2}}}" alt="{{Title2}}" style="width: 100%; height: 100%; object-fit: cover;">
          [[File:{{{Image2}}}|alt={{Title2}}|style=width:100%; height:100%; object-fit: cover;]]
        <div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px; box-sizing: border-box;">
          <div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px; box-sizing: border-box;">
          <div style="font-size: 18px; font-weight: bold;">{{{Title2}}}</div>
            <div style="font-size: 18px; font-weight: bold;">{{{Title2}}}</div>
          <div style="font-size: 14px;">{{{Description2}}}</div>
            <div style="font-size: 14px;">{{{Description2}}}</div>
        </div>
          </div>
       </div>
       </div>
     </td>
     </td>
     <td style="width: 33%; padding: 5px; text-align: center;">
     <td style="width: 33%; padding: 5px; text-align: center;">
       <div style="position: relative; width: 100%; height: 200px; border: 1px solid #ddd; border-radius: 5px; overflow: hidden;">
       <div style="position: relative; width: 100%; height: 200px; border: 1px solid #ddd; border-radius: 5px; overflow: hidden;">
        <img src="{{{Image3}}}" alt="{{Title3}}" style="width: 100%; height: 100%; object-fit: cover;">
          [[File:{{{Image3}}}|alt={{Title3}}|style=width:100%; height:100%; object-fit: cover;]]
        <div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px; box-sizing: border-box;">
          <div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px; box-sizing: border-box;">
          <div style="font-size: 18px; font-weight: bold;">{{{Title3}}}</div>
            <div style="font-size: 18px; font-weight: bold;">{{{Title3}}}</div>
          <div style="font-size: 14px;">{{{Description3}}}</div>
            <div style="font-size: 14px;">{{{Description3}}}</div>
        </div>
          </div>
       </div>
       </div>
     </td>
     </td>
Line 31: Line 31:
</table>
</table>


[[Category:Sandbox Templates]]





Revision as of 17:27, 23 August 2024

         [[File:{{{Image1}}}|style=width:200%; height:600%; object-fit: cover;]]
{{{Title1}}}
{{{Description1}}}
         [[File:{{{Image2}}}|alt=Template:Title2|style=width:100%; height:100%; object-fit: cover;]]
{{{Title2}}}
{{{Description2}}}
         [[File:{{{Image3}}}|alt=Template:Title3|style=width:100%; height:100%; object-fit: cover;]]
{{{Title3}}}
{{{Description3}}}