hey y'all !
so i'm going to share some embed codes that i know . idk a lot of them bc i'm still learning as i go , BUT here are a few of the ones that i use .
so :
to make the text scroll :
<marquee>TEXT</marquee>
to make text scroll & bounce :
<marquee behavior="alternate">TEXT</marquee>
these also work for pictures .
to make text bold:
<b>TEXT</b>
to cross out text :
<s>TEXT</s>
to make text blink:
<blink>TEXT</blink>
to change the font on your profile :
<style>
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
h1,h2,h3,h4{
font-family: 'Shadows Into Light', cursive;
font-size: 2.5em !important;
}
</style>
& i get my fonts from fonts.google.com
to hide friends & comments :
<style>
table.comments-table td {
display:flex;
background-color: white!important;
border: dotted 1px;
width: 10px!important;
font-size: 11px;
}
background-color: white!important;
border: dotted 1px;
width: 10px!important;
font-size: 11px;
}
.friends
{display:none;
}
</style>
to post pictures :
i use this website called imgbb.com .
you just upload the picture , & then paste the HTML code wherever you want the picture to be ( blog , bulletin , profile ) .
to post videos:
so from my phone , i upload my video to giphy to get the gif link .
after you get the gif link , i use this code :
<img width="100%" height="auto" src="IMAGE_URL" alt="TITLE" />
& just paste the gif link where it says "IMAGE_URL"
if you are using embed codes on bulletins or blogs , make sure they are set to HTML , NOT WYSIWYG .
i hope this helped some of you 😉 .
Comments
Displaying 0 of 0 comments ( View all | Add Comment )