Site logo
Avatar:

Bad Luck

quote, gif
Avatar:

Thread Template

Overview

This template consists of two colors and two images that you can change on the #badluck id.

  • cback: Color of the background.
  • csecond: Color of the back of the image and its border. Color of the back for bold text.

You need to change the images on the HTML, in the "imagea" HTML and "icona." Both will resize, but I suggest using square ones. For the icon, choose an image without a background.

preview

Preview mode not available on mobile

Code

<link
    href="https://dl.dropbox.com/scl/fi/sp8oz3rmdjbexmqe03nnk/bad-luck.css?rlkey=e9znb2vgpd4uk1p1atx2wo9ad&st=3iprqscr&dl=0"
    rel="stylesheet" />

<style>
    #badluck {
        --cback: #536f9e;
        --csecond: #94a5c2;
        --ctext: black;
    }
</style>

<div id="badluck">
    <div class="colorBack">
        <div class="bodya">
            <div class="containera">
                <img src="https://i.imgur.com/EPl5oSK.gif" class="imagea" />
                <div class="overlaya">
                    <div class="hidea">
                        <div class="frasea">
                            "I don't know about you But I never walk up and talk to A stranger
                            but when I saw you I had to, I just had to"
                        </div>
                    </div>
                </div>
            </div>
            <div class="posta">POST HERE</div>

            <div class="marka">
                <img src="https://i.imgur.com/syuNbyI.png" class="icona" /> Tag here
            </div>

            <a href="https://www.mytinyiglu.com/forum/Ice%20Bear" title="template by: Ice Bear">
                <div class="credito-bad"></div>
            </a>
        </div>
    </div>
</div>

My tiny iglu by Ice Bear 2024 - 2025

version 1.2.0