Site logo
Avatar:

Florence Affair

quote, images
Avatar:

Moodboard

Overview

This template consists of one color and six images you can change on the #florenceAffair id.

  • mainColor: Images, title, and background color.
  • img1: URL of the main lateral image (left one).
  • img2: URL of the first-row image.
  • img3: URL of the second-row image.
  • img4, img5: URL of the third-row images (left to right).
  • img6: URL of the last-row image.

If you use more than once on the same page: change the id #florenceAffair in style and the first div of the HTML.

Preview

Preview mode not available on mobile

Code

<link rel="stylesheet" type="text/css"
    href="https://dl.dropbox.com/scl/fi/hf4olvqm9yczdyjuyo8qf/florence-affair.css?rlkey=xwvl3u26tsc17niirqs74xlt0&st=pj3ua35t&dl=0" />

<style>
    #florenceAffair {
        --mainColor: #9aa67a;

        --img1: url(https://i.pinimg.com/originals/83/92/61/839261dca8586b7c8d4179e5ae126084.jpg);

        --img2: url(https://i.pinimg.com/474x/a9/16/ae/a916ae63d07a46d4c906755e829682c6.jpg);
        --img3: url(https://i.pinimg.com/474x/74/5f/b0/745fb04cb9a8bf415834a04400e43271.jpg);
        --img4: url(https://i.pinimg.com/474x/9e/94/a1/9e94a1146bd95eb417043abf6ee06f01.jpg);
        --img5: url(https://i.pinimg.com/474x/ba/1c/f4/ba1cf46a26c54ef1b41ca508c3a0798e.jpg);
        --img6: url(https://i.pinimg.com/474x/77/c0/4b/77c04b5af86a21c058daaf9207ad5dd1.jpg);
    }
</style>

<div id="florenceAffair" class="moodBack">
    <div class="imgLateral"></div>

    <div class="moodBox">
        <div class="imgBox"></div>
        <div class="colorBoc" style="background-color: var(--mainColor)"></div>
    </div>

    <div class="moodBox" style="height: 210px">
        <div class="colorBoc" style="background-color: #e2e2e2; width: 54%">
            <h1>E ho perso voli</h1>
            <i>
                E ho perso treni Ma il mondo l'ho trovato sotto i piedi E ho perso il
                tempo Per le canzoni Quando ti urlavo e tu non mi capivi
            </i>
        </div>
        <div class="imgBox" style="
   width: 45%;
   background-image: var(--img3);
   background-color: var(--mainColor);
  "></div>
    </div>

    <div class="moodBox" style="height: 106px">
        <div class="imgBox" style="width: 49.5%; background-image: var(--img4)"></div>
        <div class="imgBox" style="width: 49.5%; background-image: var(--img5)"></div>
    </div>

    <div class="moodBox">
        <div class="colorBoc"></div>
        <div class="imgBox" style="background-image: var(--img6)"></div>
    </div>
    <a href="https://www.mytinyiglu.com/forum/Ice%20Bear" title="template by: Ice Bear" class="credFlorence">
    </a>
</div>

My tiny iglu by Ice Bear 2024 - 2025

version 1.2.0