Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <!--
- For the Coder Quarters December Challenge!: https://toyhou.se/~world/82691.coders-quarters/page/45336.december-challenge
- Rules:
- You may
- -frankenstein with other codes (as long as the creator of said code allows it)
- -edit/change as much as you need (example: making character codes into user codes, vice-versa)
- You may not
- -Redistribute, resell, and/or claim its yours
- -Remove credit (you're allowed to move & edit it though, just keep it visible)
- Misc Notes:
- -When editing, remember to turn WYSIWYG off! My codes may break otherwise
- -Some basic html knowledge is recommended for editing
- -->
- <div class="container my-4" style="max-width:750px">
- <div class="row">
- <!--Character info-->
- <div class="col-12 col-lg-7 mb-3 order-2 order-lg-1">
- <div class="card border-0 rounded-0 bg-faded p-2 h-100" style="box-shadow:1px 2px 5px rgba(0,0,0,0.4);text-align:center">
- <div class="card-body" style="margin-top:auto;margin-bottom:auto">
- <span style="font-size:2.5em">CHARACTER NAME</span>
- <br>
- <span>gender - pro/noun - misc.</span>
- <hr>
- <p>Have a lot of info? this section will expand! <br> (note: card image in this row won't expand)</p>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus.</p>
- </div>
- </div>
- </div>
- <!--end Character info-->
- <!--Character image-->
- <div class="col-12 col-lg-5 mb-3 order-1 order-lg-2">
- <div class="card border-0 rounded-0 bg-faded p-2" style="box-shadow:1px 2px 5px rgba(0,0,0,0.4); min-height:300px;max-height:350px;max-width:300px;margin-left:auto;margin-right:auto;
- background-image:url( img link );
- background-size:cover;
- background-position:center">
- <!--Image credit-->
- <a href="#" data-toggle="tooltip" title="img credit" style="color:#ffffff;position:absolute;bottom:3px;right:6px;font-size:1.25em;text-shadow: 0px 1px 3px #000000"> <i class="fas fa-image"></i> </a>
- </div>
- </div>
- <!--end Character image-->
- </div>
- <!--Moodboard-->
- <div class="row">
- <!--img 1-->
- <div class="col-6 col-sm-3 mb-3">
- <div class="card border-0 rounded-0 bg-success p-2 h-100" style="box-shadow:1px 2px 5px rgba(0,0,0,0.4); min-height:150px;
- background-image:url( img link );
- background-size:cover;
- background-position:center">
- <!--Image credit-->
- <a href="#" data-toggle="tooltip" title="img credit" style="color:#ffffff;position:absolute;bottom:3px;right:6px;font-size:1.25em;text-shadow: 0px 1px 3px #000000"> <i class="fas fa-image"></i> </a>
- </div>
- </div>
- <!--img 2-->
- <div class="col-6 col-sm-3 mb-3">
- <div class="card border-0 rounded-0 bg-danger p-2 h-100" style="box-shadow:1px 2px 5px rgba(0,0,0,0.4); min-height:150px;
- background-image:url( img link );
- background-size:cover;
- background-position:center">
- <!--Image credit-->
- <a href="#" data-toggle="tooltip" title="img credit" style="color:#ffffff;position:absolute;bottom:3px;right:6px;font-size:1.25em;text-shadow: 0px 1px 3px #000000"> <i class="fas fa-image"></i> </a>
- </div>
- </div>
- <!--img 3-->
- <div class="col-6 col-sm-3 mb-3">
- <div class="card border-0 rounded-0 bg-info p-2 h-100" style="box-shadow:1px 2px 5px rgba(0,0,0,0.4); min-height:150px;
- background-image:url( img link );
- background-size:cover;
- background-position:center">
- <!--Image credit-->
- <a href="#" data-toggle="tooltip" title="img credit" style="color:#ffffff;position:absolute;bottom:3px;right:6px;font-size:1.25em;text-shadow: 0px 1px 3px #000000"> <i class="fas fa-image"></i> </a>
- </div>
- </div>
- <!--img 4-->
- <div class="col-6 col-sm-3 mb-3">
- <div class="card border-0 rounded-0 bg-warning p-2 h-100" style="box-shadow:1px 2px 5px rgba(0,0,0,0.4); min-height:150px;
- background-image:url( img link );
- background-size:cover;
- background-position:center">
- <!--Image credit-->
- <a href="#" data-toggle="tooltip" title="img credit" style="color:#ffffff;position:absolute;bottom:3px;right:6px;font-size:1.25em;text-shadow: 0px 1px 3px #000000"> <i class="fas fa-image"></i> </a>
- </div>
- </div>
- </div>
- <!--end moodboard-->
- <!--Credit. You may move it, but please do not delete/remove-->
- <p style="text-align:right">HTML by <a href="https://toyhou.se/14029945" style="color:#"><i class='fa fa-heart'></i> Jade-Everstone</a></p>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment