Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <link href="https://fonts.googleapis.com/css?family=Ubuntu:300" rel="stylesheet">
- <style>
- body{
- margin:0px;
- padding:0px;
- font-family: 'Ubuntu', sans-serif;
- background-image:url('http://www.userlogos.org/files/backgrounds/mafi0z/fastdial.jpg');
- background-size:100%;
- color:white;
- }
- .title{
- font-size:200px;
- }
- .noshow{
- opacity:0;
- }
- .links{
- font-size:40px;
- }
- .noselect{
- user-select:none;
- cursor:pointer;
- }
- #links{
- position:absolute;
- bottom:40px;
- width:100%;
- }
- .links-title{
- position:absolute;
- width:100%;
- bottom:100px;
- font-size:50px;
- }
- </style>
- <div class="title" id="title"><span class="noshow">_</span>Michael<span class="noshow">_l</span> Pi</div>
- <div class="links-title"><center>Links:</center></div>
- <div id="links">
- <center>
- <div class="links">
- <span onclick="window.location.href='index.php';" class="noselect">Index.php</span>
- </div>
- </center>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement