Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <!--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">
- <div class="row">
- <!--to add more cards, copy & paste a card section-->
- <!--Card 1-->
- <div class="col-md-12 col-lg-6 mt-4">
- <div class="card bg-faded rounded-0 border-0" style="">
- <!--Header-->
- <a href="#">
- <h3 class="card-header border-0" style="border-radius:0px">
- Title <i class='fas fa-pen-alt' style="float:right"></i>
- </h3>
- </a>
- <!--end header-->
- <div class="row no-gutters">
- <!--image-->
- <div class="col-sm-12 col-md-4">
- <div class="card rounded-0 border-0" style="
- height:180px;
- background-image:url(https://images.unsplash.com/photo-1539001450225-ccbfe415549c?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);
- background-position:center;
- background-size:600px;
- background-repeat:no-repeat">
- <!--image credit-->
- <a href="https://unsplash.com/photos/OWk9rDaakJ0" class="text-white" style="position:absolute; bottom:3px; left:5px;" data-toggle="tooltip" title="img - blancneige"><i class="fas fa-image"></i> </a>
- </div>
- </div>
- <!--end image-->
- <!--info-->
- <div class="col-sm-12 col-md-8">
- <div class="card-body table-responsive p-3" style="max-height:180px;">
- <p>Have a lot of info? this box will scroll!</p>
- <p>Image is hidden on smaller screens</p>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam suscipit fringilla dapibus. Sed et porta diam.</p>
- </div>
- </div>
- <!--end info-->
- </div>
- <!--footer / tag section
- if you don't need/want this, delete this section-->
- <div class="card-footer border-0" style="border-radius:0px;text-align:center">
- <span class="badge badge-pill badge-danger">CW or Rating</span>
- <span class="badge badge-pill badge-primary">Genre Tag</span>
- <span class="badge badge-pill badge-primary">Story tag</span>
- <span class="badge badge-pill badge-primary">TBH these can be whatever you want</span>
- </div>
- <!--end footer/tag section-->
- </div>
- </div>
- <!--end Card 1-->
- <!--Card 2-->
- <div class="col-md-12 col-lg-6 mt-4">
- <div class="card bg-faded rounded-0 border-0" style="">
- <!--Header-->
- <a href="#">
- <h3 class="card-header border-0" style="border-radius:0px">
- Title <i class='fas fa-pen-alt' style="float:right"></i>
- </h3>
- </a>
- <!--end header-->
- <div class="row no-gutters">
- <!--image-->
- <div class="col-sm-12 col-md-4">
- <div class="card rounded-0 border-0" style="
- height:180px;
- background-image:url(https://images.unsplash.com/photo-1539001450225-ccbfe415549c?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);
- background-position:center;
- background-size:600px;
- background-repeat:no-repeat">
- <!--image credit-->
- <a href="https://unsplash.com/photos/OWk9rDaakJ0" class="text-white" style="position:absolute; bottom:3px; left:5px;" data-toggle="tooltip" title="img - blancneige"><i class="fas fa-image"></i> </a>
- </div>
- </div>
- <!--end image-->
- <!--info-->
- <div class="col-sm-12 col-md-8">
- <div class="card-body table-responsive p-3" style="max-height:180px;">
- <p>Have a lot of info? this box will scroll!</p>
- <p>Image is hidden on smaller screens</p>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam suscipit fringilla dapibus. Sed et porta diam.</p>
- </div>
- </div>
- <!--end info-->
- </div>
- <!--footer / tag section
- if you don't need/want this, delete this section-->
- <div class="card-footer border-0" style="border-radius:0px;text-align:center">
- <span class="badge badge-pill badge-danger">CW or Rating</span>
- <span class="badge badge-pill badge-primary">Genre Tag</span>
- <span class="badge badge-pill badge-primary">Story tag</span>
- <span class="badge badge-pill badge-primary">TBH these can be whatever you want</span>
- </div>
- <!--end footer/tag section-->
- </div>
- </div>
- <!--end Card 2-->
- </div>
- <!--Credit. You may move it, but please do not delete/remove-->
- <p style="text-align:right">HTML by <a href="https://toyhou.se/10126066"><i class='fad fa-heart'></i> Jade-Everstone</a></p>
- </div>
Add Comment
Please, Sign In to add comment