P-003: Simple Links

roc

Info


Created
4 years, 20 days ago
Creator
roc
Favorites
0

Profile


icon_crown.png Profile

NAME
SUBTITLE


[ masterlist entry ]
[ reference 1 ]
[ reference 2 ]

CODE BY / IMAGES CREDIT: X

PLEASE NOTE BEFORE USE


  • The code will automatically resize to fit mobile! Please note that the image will squish towards the center on mobile, so it will look best if the focus of the image is in the middle. The optimal image size is 400 x 300 pixels.
  • If you are using artwork that is not yours or purchased by yourself, please make sure to link the images used in the credit snippet within the code. Images used must fall within the Stygian user guidelines.
Code here!
<div style="margin: auto; width: 80%; height: 300px;">
      <div style="width: 55%; height: 300px; background: url('IMAGEURLHERE'); background-repeat: no-repeat; background-position: center; float: left;">
      </div>
      <div style="width: 40%; height: 300px; margin: auto; padding: 15px 0px 0px; float: right; text-align: left;"><br />
        <span style="font-size: 24px; font-weight: bold;">
          NAME</span><br /><span style="font-size: 14px;">
          SUBTITLE<br /><br /><br />
          [ <a href="DEVIANTARTLINK">masterlist entry</a> ]<br />
          [ <a href="">reference 1</a> ]<br />
          [ <a href="">reference 2</a> ]<br /><br />
          
            <div style="text-transform: uppercase; font-size: 7px;">CODE BY <a style="font-size: 7px;" href="https://toyhou.se/roc/characters/folder:791729">☾</a> / IMAGES CREDIT: <a style="font-size: 7px;" href="CREDITLINKHERE">X</a></div>
        </span>
      </div>
    </div>
  </div>