Template:RecipeItem/style.css

Template page
< Template:RecipeItem
Revision as of 03:21, 23 January 2021 by imported>76561198018895007 (Created page with ".tt_container { position: relative; height: 55px; } .tt_item { max-width: 45px; max-height: 45px; text-align: center; vertical-align: bottom; disp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.tt_container {
    position: relative;
    height: 55px;
}

.tt_item {
    max-width: 45px;
    max-height: 45px;
    text-align: center;
    vertical-align: bottom;
    display: inline-block;
    font-size: 12px;
    position: relative;
}

.tt_item>a>img {
    margin: 0 auto;
    width: auto;
    max-height: 45px;
    max-width: 45px;
}

.tt_item>div {
    position: absolute;
    bottom: -10px;
    right: 0;
    color: #ffffff;
    text-shadow: 0 0 4px #8bffff;
}
🍪 We use cookies to keep session information to provide you a better experience.