Love
Space

Welcome to  Lovespace,  a collection of all the most beautiful things ~ Here, you will find my archive of carrds, coding resources, & other various websites that will help bring your beautiful creations to life. If you have any questions or just want to say hi, feel free to reach out on my neospring. Happy browsing!

© 2022 fiorefae. All Rights Reserved.

About

Hello! I'm Fran, and I'm the creator of this carrd. I made this website as a dedicated space to curate and share various resources that inspire and help me in creating my own designs. It serves as both a personal collection and a bookmark for all the codes and fonts that have piqued my interest. Thank you for taking the time to visit my resource carrd, I hope you find this site helpful for your carrd and coding needs!

Support

If you're interested in upgrading or renewing your carrd plan, I'd greatly appreciate it if you could use my referral code FIOREFAE during checkout. By doing so, not only will you receive the benefits of your purchase without any extra cost, but I'll also receive a 30% commission. Thank you in advance! ♡

Links

️️️️️️️ commissions
neospring
twitter
pinterest
ko-fi

Commission me!

Are you in need of a beautifully designed carrd? Look no further! With my vast experience in carrd, I offer top-notch commission services tailored to your specific needs. Rest assured, your website will be fully functional and optimized for both desktop and mobile. Get in touch today and let's bring your vision to life!

Carrd Archive

for rules about, tutorial making, recreating, or taking inspo, refer to kyomoto.crd.co/#guidelines

Menus

kyomoto alternate drop-down menulovespace menu 1new! lovespace menu 27.css drop-down menu

Backgrounds

new! kyomoto bgfalling butterfliesheart target bgmf2fm graphic effects

Music players

new! kyomoto music playermarquee music playerspeakermusic players by glenthemes

Scrollbars

new! kyomoto scrollbardouble border7.css scrollbar7.css scrollbar 2

Cursors

new! ghost cursorflower cursor trailimage clicksplosioncustom cursorsmf2fm mouse effects

Miscellaneous

new! anri crd loadernew! text outlineslovespace ud log 1new! lovespace ud log 2password protectionsite redirectnew! copy to clipboardmarquee textmarquee tab titlemy flower mask collectionflower beads bordered scrollboxnew! lovespace blinking textnew! glowing textnew! bouncy textinset box shadow 3d effecthorizontal scroll

Templates

pro plus  /  pro standardfor demo, copy the link, remove carrd.co/build and add .demo.carrd.co at the end of the link.

Aa
Bb
Cc
Ee
Ff
Gg
Hh
Jj
Ll
Mm
Qq
Ss
Vv
Ww
Xx
Pp

Sound effect on click

click on the images to enlarge.for pro standard ( option 1 )
1. Copy this code and paste it in an embed.
2. Make an embed for the element you want to add the sound effect to and put: onclick="clicksound.playclip()" after the url.
EXAMPLE: <a href="url" onclick="clicksound.playclip()">link text</a>
If you have multiple links you should put the links inside the <span> tag so you wont have to repeat the code over again.
EXAMPLE: <span onclick="clicksound.playclip()"><a href="url">link text</a> <a href="url">link text</a><a href="url">link text</a><a href="url">link text</a></span>
You can also do this method with one link.
EXAMPLE: <span onclick="clicksound.playclip()"><a href="url">link text</a></span>
for pro standard ( option 2; use this method if your element is a carrd element and is not inside an embed (works on any carrd element).1. copy this code and paste it in an embed.<script>
document.getElementById('text01').onclick = function() {
document.getElementById('clicksound').play();
}
</script>
<audio id="clicksound" src="https://dl.dropbox.com/s/79xiksac40a2i65/interfaceclick.wav"></audio>2. replace text01 with the id of your element which you can find here:

for pro plus
1. Copy this code and paste it in an embed.
2. Go to the element you want to add the sound effect to and paste: clicksound.playclip(); in "on click".

How to add border image

click on the images to enlarge.for scrollbox
1. Copy this code and paste it in an embed.
2. Go to foollovers.com and select a border that you want to use.
3. After you've chosen, right click the image and select 'open image in new tab'.

4. Open the tab and copy the link.
5. Replace this link with the link that you copied and adjust the number that says 10 fill round according to the size of your border.

You can also adjust the border-width if necessary.for image
1. Repeat the steps above and replace all the words inside this "<div id="border">" and this "</div>" with this:
<img src="image-url-here" width="image-width-here" height="image-height-here">
here's how it should look like:

and replace IMAGE-URL-HERE with the link of your image file. width and height are pretty explanatory.

Install custom fonts

1. Download a font from any of the font sites here.
2. Upload it on dropbox.com.
3. Copy the dropbox link and replace www with dl.
EXAMPLE:
https://dl.dropbox.com/s/0o4tnfa6cxu3gnm/gingies.otf
4. Copy this code and paste it in an embed.
@font-face {
font-family: font-name;
src: url(font-link);
}

5. Replace font-name with the name of your font and font-link with the edited dropbox link that you copied.
EXAMPLE:
@font-face {
font-family: gingies;
src: url(https://dl.dropbox.com/s/0o4tnfa6cxu3gnm/gingies.otf);
}
applying the font ( pro standard )
1. Copy this code and paste it in the same embed.
#text01 {
font-family: font-name;
}

2. Replace font-name with the font-family name and #text01 with the id of the element you want to apply the font on. You can find it here:

applying the font ( pro plus )
1. Go to the element you want to apply the font to, go to settings > styles.
2. Copy this code font-family: font-name and paste it on the styles.

3. Replace font-name with the font-family name.

Change cursor symbol

Cursor trail
1. Copy this code and paste it in an embed.
2. Visit this charcode translator and use the charCodeAt() button.
3. Paste the symbol/character of your choice in the left box > click the button to generate the code > copy the charcode output as shown in the image.

4. Go back to your cursor code/embed.
5. Open the three-dot menu, click Find in page, type charcode and replace the first two charcodes 9829 with the new translated charcode.

Reminder: Do not change the third charcode character as it serves as the bubble pop when the character disappears from the screen.
Output: Code using the charcode character 42340 = ꕤ.

Clicksplosion
1. Copy this code and paste it in an embed.
2. Open the three dot menu, click Find in page, and type stars[j]=createDiv.
3. Change the * symbol inside the parenthesis with the single quotation mark to the symbol of your choice. I'll use this symbol.

Output: Code using this symbol.

Disclaimer

Please note that the contents of this site do not belong to me, unless indicated otherwise. All credits belong to their rightful owners. Only the contents marked with a () are mine. About 70% of the resources found here are from various sources around the internet. If you find something here that belongs to you, please let me know so that I can give you proper credit. If you want something that you own removed from this site, simply message me on any of my socials. Thank you so much for stopping by!