Advertisement
Martith

Rad columns

Mar 22nd, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. <div class="menu"><div class="table"><div class="col"><a class="menu" href="https://thisisradinsky.deviantart.com/gallery/">GALLERY</a><a class="menu" href="http://deviantart.com/users/outgoing?https://www.thisisradinsky.com">Website</a><a class="menu" href="http://deviantart.com/users/outgoing?https://soundcloud.com/user-919373798">Soundcloud</a></div><div class="col"><a class="menu" href="http://deviantart.com/users/outgoing?https://www.youtube.com/channel/UCnlMPHtY52f3eEF33fx6hiw">YouTube</a><a class="menu" href="http://deviantart.com/users/outgoing?https://www.instagram.com/thisisradinsky/">Instagram</a><a class="menu" href="http://deviantart.com/users/outgoing?https://twitter.com/thisisradinsky">Twitter</a></div></div></div>
  2.  
  3.  
  4.  
  5.  
  6.  
  7. * {
  8. background:none;
  9. padding:0px;
  10. margin:0px;
  11. border:none;
  12. }
  13.  
  14. body {
  15. width: 70%;
  16. margin: 40px auto 0px auto;
  17. }
  18.  
  19. .menu {
  20. position: relative;
  21. z-index:99;
  22. }
  23.  
  24. .table {
  25. display: table;
  26. width: 100%;
  27. }
  28.  
  29. .col {
  30. display: table-cell;
  31. width: 50%;
  32. }
  33.  
  34. a.menu {
  35. display: block;
  36. padding: 10px;
  37. margin: 2px;
  38. text-align: center;
  39. background-color: #f9d6fc;
  40. border: 1px solid #bc187b;
  41. color: #bc187b;
  42. font-size: 7pt;
  43. font-family: Verdana;
  44. text-transform: uppercase;
  45. letter-spacing: 1px;
  46. text-decoration: none;
  47. font-weight: normal!important;
  48. transition:all .7s;
  49. }
  50.  
  51. a.menu:hover {
  52. display: block;
  53. padding: 10px;
  54. margin: 2px;
  55. text-align: center;
  56. background-color: #fff;
  57. border:1px solid #fff;
  58. border-top:1px solid #fff;
  59. color: #294f3f;
  60. font-size: 7pt;
  61. font-family: Verdana;
  62. text-transform: uppercase;
  63. letter-spacing: 3px;
  64. text-decoration: none;
  65. font-weight: normal!important;
  66. }
  67.  
  68. .journaltop img, .list, .journalbottom, .journaltop {
  69. display:none;
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement