Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- accent color: a1d3ff
- info about the icons: fontawesome.com
- -->
- <!--== background img====-->
- <div style=
- "
- background-image: url('https://images.unsplash.com/photo-1523633589114-88eaf4b4f1a8?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80');
- background-repeat: no-repeat; background-attachment: fixed; background-size: cover; padding-top: 120px; padding-bottom: 280px; padding-left: 20px; padding-right: 20px; border: 0px; border-radius: 0px; margin: -15px;">
- <!--== main card====-->
- <div class="card p-3" style="max-width: 500px; margin: auto; background: rgba(0, 0, 0, 0.58); color: #ffffff; text-align: center; border-radius: 20px; box-shadow:0px 0px 8px #a1d3ff;">
- <!--header image-->
- <div style="background-image: url('https://images.unsplash.com/photo-1530533718754-001d2668365a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80');
- background-repeat: no-repeat; background-size: cover; min-height:100px; border-top-left-radius: 16px; border-top-right-radius: 16px;">
- </div><!-- end header image-->
- <!--profile image
- use a square image
- -->
- <img src="https://images.unsplash.com/photo-1634481298300-00a65c50a3da?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=778&q=80"
- style= "width:120px; height: 120px; margin: auto; margin-top: -50px; border-radius: 100px; border: solid 4px #ffffff; box-shadow: 0px 0px 10px #a1d3ff;">
- <!-- icon-->
- <p style="margin: auto; margin-top: -20px; font-size: 120%; text-shadow: 0px 0px 10px #a1d3ff;">
- <span class="fa-stack">
- <i class="fas fa-circle fa-stack-2x"></i>
- <span style=" color:#a1d3ff;">
- <i class="fa-duotone fa-cloud-moon fa-stack-1x"></i><span>
- </span>
- </p>
- <!-- name-->
- <h1 style="font-variant:small-caps; margin: auto; text-shadow: 0px 0px 10px #a1d3ff; margin-top: 10px; margin-bottom: 5px; font-size: 200%;">
- <i class="fa-duotone fa-stars"></i>
- Name_Here
- <i class="fa-duotone fa-moon-over-sun"></i>
- </h1><!-- end name-->
- <!-- divider-->
- <hr style="background: #a1d3ff; margin:4px">
- <!--bio-->
- <p>this box will grow with content. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- </p>
- <!-- divider-->
- <hr style="background: #a1d3ff; margin:4px">
- <!-- social links -->
- <span style="font-size: 160%; letter-spacing: 6px; text-shadow: 0px 0px 10px #a1d3ff;">
- <a href="LINK_HERE" style="color: #ffffff" data-toggle="tooltip" title="carrd">
- <i class="fa-solid fa-id-card"></i></a>
- <a href="LINK_HERE" style="color: #ffffff" data-toggle="tooltip" title="twitter">
- <i class="fa-brands fa-twitter"></i></a>
- <a href="LINK_HERE" style="color: #ffffff" data-toggle="tooltip" title="deviantart">
- <i class="fa-brands fa-deviantart"></i></a>
- <a href="LINK_HERE" style="color: #ffffff" data-toggle="tooltip" title="instagram">
- <i class="fa-brands fa-instagram"></i></a>
- <a href="LINK_HERE" style="color: #ffffff" data-toggle="tooltip" title="artfight">
- <i class="fa-solid fa-paintbrush-pencil"></i></a>
- <a href="LINK_HERE" style="color: #ffffff" data-toggle="tooltip" title="tumblr">
- <i class="fa-brands fa-tumblr"></i></a>
- <span> <!-- end social links -->
- </div><!--== end main card====-->
- <!--=== code credit ===================
- do not remove this section
- -->
- <div style="max-width: 500px; margin: auto; color: #ffffff; text-shadow: 0px 0px 4px #000000; font-size: 75%">
- <p>
- <a href="https://toyhou.se/EunaCodes" style=" color: #ffffff;"><i class="fa-solid fa-code"></i> code by EUNA </a>
- </p>
- </div> <!-- end code credit -->
- </div><!--== end background img====-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement