Jump to content
Pokémon Vortex

iZeus

Members
  • Posts

    484
  • Joined

  • Last visited

  • Days Won

    31

Posts posted by iZeus

  1. Just now, EagerRhino said:

    That Is Like "E-E-Epic!!!" LOVE IT SO MUCH THAT I MIGHT BRING A RHYPERIOR OUT AND KISS IT!!! Well if on demand could you make some more for me (for public and personal use)?

    Depends on what you ask me to do.

  2. 6 hours ago, EagerRhino said:

    @iZeus love your artwork,signatures...Everything is so what do i say"Coòl"!

    -Request: Could you make me a signature of Rhydon,Rhyhorn and Rhyperior,inscripted with " EagerRhino-s"

    (I DONT KNOW IF ITS STILL UP SINCE THE LAST POST IS OF FEBURARY)

    7MsUTwF.png

  3. Bold :

    [b]Your Text goes here.[/b]

    Italics :

    [i]Your Text goes Here[/i]

    Underline :

    [u]Your Text goes Here[/u]

    Super Script :

    [sup]Your Text goes Here[/sup]

    Subscript :

    [sub]Your Text goes Here[/sub]

    Strike-through :

    [s]Your Text goes Here[/s]

    and most importantly, Quote :

    [quote]Your Text goes Here[/quote]

     

  4. Rotating Card [CSS]
    After some experimentation I came up with a pretty cool thing for a rotating banner/card/whatever you want to call it. I shared this so that you guys can develop this little thing to a very cool code. 

    div {
        width: 100px;
        height: 100px;
        background: red;
        -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
        transition: width 2s, height 2s, transform 2s;
    }
    
    div:hover {
        width: 300px;
        height: 300px;
        -webkit-transform: rotate(360deg);
        transform: rotate(1080deg);
    }
    div.card {
      width: 250px;
      box-shadow:  4px 8px  rgba(, , , 0.2),  6px 20px  rgba(, , , 0.19);
      text-align: center;
    }
    
    div.header {
        background-color: #4CAF50;
        color: white;
        padding: 10px;
        font-size: 40px;
    }
    
    div.container {
        padding: 10px;
    }

    Here is the HTML

    <div class="card">
      <div class="header">
        <h1>Heading</h1>
      </div>
    
      <div class="container">
        <p>Your Text goes here!</p>
      </div>
    </div>

    Example :

    Quote

    ls1e34v.png

    • Upvote 1
  5. That defeats the purpose of Wonder Trade. You lost your Pokemon because you were careless. It's not the game's fault. I have lost Pokemon myself but if we need to pass through - ''Do you really want to WT this Pokemon?" That would make the process slow.

    • Upvote 1
  6. On 5/28/2016 at 4:08 AM, DeMerican said:

    Is having 0.gif make you get a ban, cause I have it somehow , not sure how, just wondering cause I want to keep it but dont want to get banned more so asking now

    • Release it.
    • That doesn't get you banned unless you create it intentionally for known purposes.

     

    On 5/28/2016 at 5:36 AM, DeMerican said:

    what does that mean

    It will get deleted anyways so it's better to release it. Also you won't get banned if you release it.

     

    On 5/28/2016 at 6:09 AM, DeMerican said:

    what I'm asking is if someone wants it can I trade it with them????

    No you cannot and you shouldn't. That's a scam and you might/will be banned.

  7. 36 minutes ago, NancyJones said:

    Great posting, I believe online survey is also a good way to make money. I do it via Earn Honey. You can also try it here : http://bit.ly/1IGxnM5 ...

    On 4/7/2016 at 11:40 AM, Mac Jones said:

    Its awesome . Everyone needs motivation to work from home , especially those who are yet to beat their first paycheck with online revenues. I personally use Earn Honey . I hope this gives you some which you need to began...

    Get a new thread to spam?? umm

     

×
×
  • Create New...