Advertisement
hanimjay

Prototype (sig)

Dec 12th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Montserrat:800" rel="stylesheet">
  2. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  3.  
  4. <style>
  5. #mini-riot{
  6. width: 350px;
  7. height: 150px;
  8. outline: 1px solid #ccc;
  9. border: 5px solid #fff;
  10. outline-offset: 1px;
  11. background: #ccc;
  12. position: relative;
  13. margin: 0px auto;
  14. overflow: hidden;
  15. }
  16.  
  17. #mini-riot .polygon{
  18. position: absolute;
  19. bottom: 0px;
  20. left: 0px;
  21. width: 350px;
  22. height: 70px;
  23. background: #A93226;
  24. }
  25.  
  26. #mini-riot .avatar{
  27. position: relative;
  28. top: -23px;
  29. left: -4px;
  30. width: 70px;
  31. height: 70px;
  32. }
  33.  
  34. #mini-riot img{
  35. width: 70px;
  36. height: 70px;
  37. border: 8px solid #A93226;
  38. border-radius: 100px;
  39. }
  40.  
  41. #mini-riot .navbar{
  42. position: relative;
  43. top: -45px;
  44. left: 5px;
  45. width: 250px;
  46. height: 35px;
  47. background: transparent;
  48. transition-duration: 0.8s;
  49. }
  50. #mini-riot:hover .navbar{
  51. top: 6px;
  52. }
  53.  
  54. #mini-riot .fa{
  55. width: 12px;
  56. padding: 11px 10px;
  57. font-size: 10px;
  58. background: #fff;
  59. border: 0.5px solid #aaa;
  60. border-radius: 100px;
  61. margin: 10px;
  62. color: #A93226;
  63. transition-duration: 1s;
  64. }
  65. #mini-riot .fa:hover{
  66. transform: rotate(270deg);
  67. }
  68.  
  69. #mini-riot .text{
  70. font-family: 'Montseratt', sans-serif;
  71. font-weight: 800;
  72. font-size: 15px;
  73. text-transform: uppercase;
  74. position: relative;
  75. top: -15px;
  76. left: 5px;
  77. width: 250px;
  78. height: 35px;
  79. background: transparent;
  80. transition: 0.8s;
  81. color: #fff;
  82. text-shadow: 1px 1px #777;
  83. transition: 0.8s;
  84. line-height: 23px;
  85. }
  86. #mini-riot:hover .text{
  87. top: -55px;
  88. }
  89.  
  90. </style>
  91.  
  92. <center>
  93. <div id="mini-riot">
  94.  
  95. <div class="navbar">
  96. <a href="http://cttw.b1.jcink.com/index.php?showtopic=19003"><i class="fa fa-paint-brush" title='graphics'></i></a>
  97. <a href="http://cttw.b1.jcink.com/index.php?showtopic=19178"><i class="fa fa-cube" title='coding'></i></a>
  98. <a href="http://cttw.b1.jcink.com/index.php?showtopic=18993"><i class="fa fa-rocket" title='tester'></i></a>
  99. <a href="https://medievaal.deviantart.com/"><i class="fa fa-deviantart" title='deviantart'></i></a>
  100. </div>
  101.  
  102. <div class="polygon">
  103. <div class="avatar"><img src="https://i.imgur.com/dFnGHRJ.gif"></div>
  104. </div>
  105.  
  106. <div class='text'>— run on gasoline —</div>
  107. </div>
  108. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement