Advertisement
spacialfries

simple card

Sep 10th, 2019
1,131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.95 KB | None | 0 0
  1. <!--If you want to use your own background image, feel free to add an image URL!-->
  2. <div class="container card card-block border-0" style="background: url(); background-color: #999; color: #000000; border-radius: 25px;">
  3.    <div class="row m-1">
  4.      <div class="col-sm-4 m-3 container card card-block rounded-0 border-0 text-center" style="border-radius: 25px; background-color: #fff;"><!--Feel free to change bg-color!-->
  5.        <h1>~•NAME•~</h1>
  6.        <hr class="mx-0" style="border-style: solid; border-color: #000000;"><!--Feel free to change border color!-->
  7.        <img src="https://via.placeholder.com/600?text=SQUARE IMAGE" class="rounded-circle">
  8.        <!--For a square image, leave class="" empty.
  9.       For a square image with rounded corners, use class="rounded".
  10.       For a circular image, use class="rounded-circle".-->
  11.      </div>
  12.      <div class="col-sm m-3 container card card-block rounded-0 border-0" style="border-radius: 25px; background-color: #fff;"><!--Feel free to change bg-color!-->
  13.        <h1 class="text-center">~•ABOUT•~</h1>
  14.        <hr class="mx-0" style="border-style: solid; border-color: #000000;"><!--Feel free to change border color!-->
  15.        <p>
  16.          Paragraph description goes here.
  17.        </p>
  18.      </div>
  19.      <div class="col-sm-2 m-3 container card card-block rounded-0 border-0 text-center" style="border-radius: 25px; background-color: #fff;"><!--Feel free to change bg-color!-->
  20.        <h1 class="text-center">~•INFO•~</h1>
  21.        <hr class="mx-0" style="border-style: solid; border-color: #000000;"><!--Feel free to change border color!-->
  22.          Species<br>
  23.          Age<br>
  24.          Gender<br>
  25.          Pronouns<br>
  26.          Orientation
  27.          <hr class="mx-0" style="border-style: solid; border-color: #000000;"><!--Feel free to change border color!-->
  28.          <b>Likes</b>item<br>item<br>item<br>
  29.          <br>
  30.          <b>Dislikes</b>item<br>item<br>item<br>
  31.      </div>
  32.    </div>
  33. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement