Jump to content

cool text


moo

Recommended Posts

<h1 class="cooltext">Cool Test</h1>
<style>
.cooltext {
    font-size: 4em;
    animation: spin 1s none infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
</style>

 

Link to comment
Share on other sites

  • 2 weeks later...
<h1 id="heading">Happy Fone is best!</h1>
<button onclick="myFunction();" class="myBtn">Nice button dude!</button>
<style>
.myBtn {
  background-color: white;
  opacity: 0.8;
  border-radius: 5px;
  border: none;
  text-align: center;
  padding: 10px;
}
  
body {
  background-color: #454545;
  text-align: center;
  font-family: verdana;
}
  
h1 {
  color: white;
}
<style>
<script>
  function myFunction() {
    document.getElementById('heading').innerHTML = 'im right and u know it!';
  }
<script>

LOL

Download my latest Skript plugin:

 

Happy Fone Command Blocker

DONWLOAD NOW!!

\/\/\/\/\/\/\/\/\/\/\/\/\/

command-blocker.sk

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...