<html>
    <head>
        <meta charset="utf-8">
        <title>TBT - CSS Alıştırması</title>
        <style>

            body{
                background:#0b3995;
            }

            a{
                text-decoration:none;
                font-weight: bold;
            }

            #main{
                width:140px;
                margin:0 auto !important;
                height:40px;
                overflow:hidden;
                
                border:1px solid #fff;

            }

            #main, e1, e2 {
                -webkit-border-radius: 3px;
            }
            
            e1, e2{
                display:block;
                height:40px;
                font-size:20px;
                padding-top:5px;
                text-align:Center;
            }

            e1{
                background:#fff;
                -webkit-transition: all .2s linear;
                color:#052564;
            }

            e2{
                background:#0b3995;
                color:#fff;
                font-size:18px;
            }

            #main a:hover e1{
                margin-top:-45px;
            }


        </style>


    </head>
    <body>

        <br><br>
        <div id="main">

            <a href="http://twitter.com/emrekcetin">

                <e1>Twitter</e1>
                <e2>Beni Takip Edin</e2>

            </a>

        </div>


    </body>
</html>

Add a code snippet to your website: www.paste.org