11e. position: fixed oraz :hover

<style>
    #link{
        position: fixed;
        border:1px solid blue;
        left:-350px;
        width:440px;
        text-align:right;
        top:20px;
        font-size:50px;
        line-height:50px;
        padding:0;
        margin:0;
        background:white;
    }
    #link:hover{
        left:0;
    }
<style>
<div id="link"><a href="http://rafalorzelek.pl">rafalorzelek.pl</a> >>></div>