IsoLura
Artist and Streamer

About Me
🎨✨ Hey there, cuties! I’m IsoLura, your cozy Vtuber artist and streamer who loves snuggling with stuffed animals while gaming through adventures in Valorant and Overwatch!🌸 💖 Join me on this whimsical journey—commissions are open on VGen, and your support on Ko-fi is appreciated~! 💕

My Character
Feel free to draw me! Here is my character references sheets and some fan art!
YOU CAN DO:
You can draw me with a change of hair, clothing
-Changes species
-With other characters(friendly)
-With other characters(platonic romantic)
-Depressive/Maniac mood
-Genderbent
-A little blood & gore is alrightYOU CANNOT DO:
-No Lewd Art, you can make flirty art to a cute friend extent
-No Drugs
-No abuse or sexualization of my characterMy art tag is #IsoLuraFanart on Twitter/X
Portfolio
Pricing
Anime Style
Full Body -> $60
Knee Up -> $45
Half Body ->$30
Bust Up ->$20
Will include being fully colored & shades
---------------------
Chibi Style
Full Body -> $30
Half Body -> $20
Face/Icon -> $10
Will include being fully colored & shaded
---------------------
Sketch(Comfy) Style [NOT CHIBI]
Full Body -> $40/
Half Body -> $20
Will include being fully colored & shadedSketch(Comfy) Style [CHIBI]
Panel Doodle/Sticker -> $15
Full body & Colored
Regular Chibi Sketch -> $24
Full/or Half body & Colored
---------------------
Reactives
$30
Includes 2 PNGS (1 Active, 1 Inactive)
Emotes
Single Emote-> $15
3 Pack - $40 (1)
6 Pack - $80 (2)
9 Pack - $120 (3)
12 Pack - $160 (4)
Extra emotes are given based off the pack
Tutorial
You open the template, and scroll down to first Section where there’s an Embed element labelled bg-image1
.Copy all the code there, and paste it into an Embed element in your own Carrd site. This Embed element has to be inside the Section that you wish to have a different background image for.Once you paste the code over, find this part of the code:background-image: url(“https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80”);
Then replace the https link in that code with a direct link to your own image. You can upload your background image in Imgur or ImgBB and get the direct link. A direct link to your image usually ends with a .jpg or .png (for example, on ImgBB it looks like this https://i.ibb.co/NW8WhZP/ai-zen-circle.png
)
For Carrd sites where the Background Image plugin somehow doesn't work:
If the background image plugin somehow doesn't work on your Carrd site, then try this solution:Copy and paste this code instead of the original:<style>
Then replace the https link in that code with a direct link to your own image. You can upload your background image in Imgur or ImgBB and get the direct link. A direct link to your image usually ends with a .jpg or .png (for example, on ImgBB it looks like this
#bg-image1 {
z-index: -999;
bottom: -20rem;
left: -20rem;
position: fixed;
width: 110vw;
height: 110vh;
background-image: url("https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: #FFFFFF;
padding: 0;
margin: 0;
}
</style>
<div id="bg-image1"></div>https://i.ibb.co/NW8WhZP/ai-zen-circle.png
)Adjust the bottom
and top
values to center your background image properly.Adjust the width
and height
values accordingly to ensure your background image covers the whole screen.