-
Notifications
You must be signed in to change notification settings - Fork 11
Changing the Flashing Text
Stephen H edited this page Feb 15, 2019
·
1 revision
Step 1: Open index.html and change the Awesome! to something you would perfer.
<div id="flashingtext">Awesome!</div>Example:
<div id="flashingtext">Something I perfer...</div>Step 2: Only do this step if the text is over two lines Open /css/style.css and find the following
#flashingtext {
margin: -3.5% 0 0 47%;
width: 40%;
transform: rotate(-20deg);
animation: FlashingText 0.5s ease-in-out infinite;
color: #FFFF00;
font-size: 2vw;
}Then where it says font-size: 2vw; change the 2 to something lower and make sure to include the vw;.
I am hoping to make this automatic in a later update
NOTE: This site is not an official Minecraft product, nor is it approved by or associated with Mojang.