From GrinderScape Wiki
Jump to: navigation, search
(Created page with "<html> <head> <style> .tile-halves { display: inline-block; border: 1px solid var(--tile-border-color); flex-flow: row wrap; box-shadow: 0...")
 
(Blanked the page)
 
Line 1: Line 1:
<html>
+
 
<head>
+
<style>
+
    .tile-halves {
+
        display: inline-block;
+
        border: 1px solid var(--tile-border-color);
+
        flex-flow: row wrap;
+
        box-shadow: 0 0.2rem 0.7rem -0.2rem rgb(0 0 0 / 50%);
+
    }
+
    .tile-top.tile-image {
+
        background: var(--tile-background-color);
+
        align-items: center;
+
    }
+
    .tile-top {
+
        width: 100%;
+
    }
+
    .tile-bottom.link-button {
+
        align-text: center;
+
    }
+
    .tile-bottom {
+
        background: var(--tile-background-color);
+
        text-align: center;
+
        border-top: 1px solid var(--tile-border-color);
+
    }
+
    .tile-row {
+
        flex: 1;
+
        display: inline-flex;
+
        margin-bottom: 0;
+
    }
+
</style>
+
</head>
+
<body>
+
<div class="tile-row">
+
<div class="tile-halves">
+
<div class="tile-top tile-image">
+
<a href="Main_page/Bestiary/Bossing_index/Alchemical_Hydra" title="Alchemical Hydra">
+
<img alt="Alchemical hydra" src="https://i.imgur.com/hLRrro5.png"><a>
+
</div>
+
<div class="tile-bottom link-button">
+
<span class="mw-headline">
+
<a href="https://wiki.grinderscape.org/Main_page/Bestiary" title="Bestiary">Bestiary</a>
+
</span>
+
</div>
+
</div>
+
</body>
+
</html>
+

Latest revision as of 18:44, 17 July 2022