Advertisement
H-umanizada

Menu border

Oct 24th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.26 KB | None | 0 0
  1.     COLE ESSA PARTE NO SEU CSS, ABAIXO DE <STYLE>
  2.  
  3.  /*-✱— menu por h-umanizada, disponiblizado no help-stuff | base por connection html | se usar credite | —✱-*/
  4. .borderdai{ margin-top:320px; margin-left:280px;}
  5. .borderdai a{ width:65px; height:18px; margin:-10px;  border:2px solid; border-color:#FFE4E1; -webkit-border-radius:1px; -moz-border-radius:2px; -o-border-radius:2px;border-radius:10px; font: bold 11px Arial,sans-serif; text-align:center; display:block;background:#FFF0F5; color:{color:link}; -webkit-transition:    all 2s linear;-moz-transition: all 2s linear;-o-transition: all 2s linear;transition: all 2s linear;}
  6. .borderdai :hover{background:#FFC0CB; color:#000000; border-color:#FF1493; -webkit-transition:all 2s linear; -moz-transition: all 2s linear;    -o-transition: all 2s linear; transition: all 2s linear; }
  7. /*-✱— menu por h-umanizada, disponiblizado no help-stuff | base por connection html | se usar credite | —✱-*/
  8.  
  9. E ESSA PARTE ABAIXO DE <BODY>
  10.  
  11. <div class="borderdai">
  12. <a href="{text:Link1}">{text:Link1 title}</a><br>
  13. <a href="{text:Link2}">{text:Link2 title}</a></br>
  14. <a href="{text:Link3}">{text:Link3 title}</a></br>
  15. <a href="{text:Link4}">{text:Link4 title}</a></br>
  16. <a href="{text:Link5}">{text:Link5 title}</a></br>
  17. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement