Retrospring is shutting down on 1st March, 2025 Read more
use my referral code SALEM or click this link https://try.carrd.co/salem when you upgrade or renew ur carrd plan ✧ 𓂃⊹ eng/中文 ok!
512
do you know if there is a tutorial for this ? ty ! https://x.com/soracrds/status/1776922317794205795?s=46
are there any other doll images similar to the one in this carrd? https://x.com/girlsgocrd/status/1850189720141308150?s=46&t=A2YgWXIv5fmJUPnurMMzpQ
anyway hi again haha! i have a quick question if thats ok~ how do u make that pop up "haii welcome to my carrd" text in this carrd (the carrd → https://chikai.uwu.ai)? hope im not a bother, anyway bye :3 + tysm! - mimi
hii here’s the code https://www.javascriptfreecode.com/2.htm and ure not a bother at all dw!
hi! its mimi ^_^ tysm first of all 4 caring... yr so nice :^) How r u? - mimi
when does carrd usually go on sale?
HOW DO I REGISTER IN RETROSPRING HELP
hi! i was wondering if you had any idea on how to add a border/drop shadow around an image that has a mask over it (for example, if i have a heart mask over an image, is there any way that i could make a border/shadow appear around directly around the heart)? i’ve seen codes that allow you to add shadows/borders around an image but never around the outline of a masked image… i really hope i’m making sense with what i’m asking 😭
hii it makes sense dw! i've tried using both but only drop shadow works for me, border doesn't really work it just shows up as a square.. btw i'll use this heart mask as an example!
so once you've copy pasted the codes (excluding the <img src= thing bc i find it easier to use carrd's image element instead) you just have to replace the .heart id with your image's element ID & then add .frame after that, so it'll be something like this: #image01.frame {
now for the drop shadow, you just have to use this ID which is #image01.image { (just replace the image01 with your image's element ID) and then add your drop shadow code, so the full code would be something like this:
<style>
image01 .frame {
width: 7em;
height: 7em;
-webkit-mask-image: url(https://i.imgur.com/bIX4M8u.png);
-webkit-mask-size: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
}
image01.image {
filter: drop-shadow(2px 4px 6px black);
}
</style>
i'll attach a screenshot below just in case the code doesn't show up correctly on retrospring, but yeah i hope this makes sense! 😅 feel free to dm me tho if you need more help with it!
Hi!! How do I make a crd😭 I can only make carrd and cant find the website for crd
hi jia! i was wondering if you could make a tutorial on this type of carrd?
Hii, idk if you’ll know but theres this code called “Glitch Text” but I can’t find it anywhere bc it used to be saved on w3schools, do you possibly have it?
ahhhhh im not the best :^) but hru? - mimi
dyk what i should put for other infos?? bc i just put my name pronouns age race etc and idk what to put for the other infos since i wanna fill in the space 😭
hey im following one of your tutorials right now and the scrollbar isn't working, is there any where to fix it?? I'm using https://www.youtube.com/watch?v=Nm_SJnX70jE&ab_channel=girlsgocrd
Hi Jia, is it okay if you make a tutorial for the menu you have on girls.ju.mp ? Like the checkmarks and that stuff?
hii you can find the code here and you can dm me if you need help using it! bc idrk how to make a tut on it tbh 😅
but basically if you want to link a checkbox to a section, you just have to find this code "location.href='#';" and replace the # with your section name, so for example if your section is named #one then the code should be like this: "location.href='#one';" you can also change the checkbox’s label with this code <label for="example1">Index</label>
there are other css styling codes in the codes as well which you can use to customise how the checkbox looks etc. but yea just lmk if you need any help using it!
Hi Jia, I am following your tutorial and making a carrd for my small business. At the start, I am making a home page. I added a container and divided it into four. when I look at it through pc, they are aligned perfectly but when I switched to mobile preview, they stack over one another and I don't want it. Is there any solution for it?
hii scroll down to the bottom and you’ll see a Manual option, click that and you’ll see another option for layout, click that and change it to “Default”, you can check this for reference https://www.dropbox.com/scl/fi/3zfp0wmekppnbb6p6q3jl/Photo-18-09-2024-12-43-05-AM.jpg?rlkey=jtx3kmjlio9li3apxbrlki9g1&dl=0
Retrospring uses Markdown for formatting
*italic text*
for italic text
**bold text**
for bold text
[link](https://example.com)
for link