Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html><head><style>
- .mid {
- background-color:lightpink; /*color of middle line*/
- width:100%;
- height:50px;
- position:fixed;
- top:50%;
- bottom:50%;
- left:0;
- }
- /*TIP: to change middle color all at once: ctrl + F, put current color in left box and new color in right box, then click "All"*/
- .midb {
- border:3px solid lightpink; /*middle box border color*/
- width:300px;
- height:200px;
- margin-top:-78px;
- left:37%;
- right:50%;
- position:fixed;
- background-color:white; /*middle box background color*/
- }
- .tril {
- margin-top:60px;
- margin-left:250px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 40px 50px 40px 0;
- border-color: transparent lightpink transparent transparent;
- } /*color of arrow on ^^ the right, pointing left*/
- .trir {
- margin-top:-80px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 40px 0 40px 50px;
- border-color: transparent transparent transparent lightpink;
- /*color of arrow on left, pointing right ^^*/
- }
- /*TO PUT AN IMAGE IN THE TOP HALF:*/
- #top /*ADD "img" here (without quotes*/{
- background-color:#fff3f5;
- position:fixed;
- top:0;
- left:0;
- width:100%;
- height:50%;
- }
- /*TO ADD COLOR IN THE BOTTOM HALF*/
- #bottom img /*REMOVE "img" here*/ {
- /*add "background-color:#234234;" (whatever colo, without quotes)r*/
- position:fixed;
- bottom:0;
- left:0;
- width:100%;
- height:50%;
- }
- p {
- margin-top:-140px;
- padding:5px;
- height:190px;
- text-align:center;
- font-size:25px;
- font-family:corbel; /*font stuff*/
- line-height:25px;
- }
- a {text-decoration:none; /*link color*/color:#ff748c; font-style:italic; font-size:35px;}
- a:hover{color:#ffdae0; /*link color when you hover over it*/
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;}
- </style></head><body>
- <div id="top"><!--TO ADD IMAGE IN TOP HALF,ADD <IMG SRC="LINK"> HERE--></div>
- <div id="bottom"><img src="http://static.tumblr.com/nuxi7mr/jDGnmns0z/untitled.png"><!--TO REMOVE IMAGE IN BOTTOM HALF/ADD COLOR TO BOTTOM HALF
- REMOVE EVERYTHING GTOM <IMG SRC...TO ">--></div>
- <div class="mid"><div class="midb"><div class="tril"></div><div class="trir"></div><p></br>
- <!--this url, make sure you use "http://"-->
- <a href="/">URL</a></br></br>
- is saved by</br></br>
- <!--your current url, remember "http://"-->
- <a href="http://fallenvvings.co.vu">fallenvvings</a>
- </p></div></div>
- <!--THAT'S IT FOLKS! PLEASE PLEASE do not remove credit <3-->
- <div style="position:fixed;bottom:2px; right:3px;"><a title="fvvthemes" href="http://fallenvvingsthemes.tumblr.com"><img width="80px;" src="http://fc03.deviantart.net/fs70/f/2012/318/3/2/stock_black_flying_birds_3___silhouette_by_jassy2012-d5l1xqo.png"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment