Advertisement
EliseyD

Untitled

Jan 12th, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.16 KB | None | 0 0
  1. <meta name="viewport" content="initial-scale=1.0"/>
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. </head>
  6. <body>
  7.     <center>
  8.     <img src="https://content.app-valley.vip/icon/1657.png" heigh="175px" width="175px">
  9.     </center>
  10. <! - itms-services: //? action = download-manifest & url = + адрес файла plist->
  11.     <center>
  12.     <p> <button class="custom-btn btn-3">
  13.     <span>Установить</a> </span></button>
  14.     <a href='itms-services://?action=download-manifest&url=https://app.app-valley.vip/plists/1641/install.plist'>
  15.     </center>
  16. </body>
  17. <style>
  18.     .custom-btn {
  19.   width: 130px;
  20.   height: 40px;
  21.   color: #fff;
  22.   border-radius: 5px;
  23.   padding: 10px 25px;
  24.   font-family: 'Lato', sans-serif;
  25.   font-weight: 500;
  26.   background: transparent;
  27.   cursor: pointer;
  28.   transition: all 0.3s ease;
  29.   position: relative;
  30.   display: inline-block;
  31.    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
  32.    7px 7px 20px 0px rgba(0,0,0,.1),
  33.    4px 4px 5px 0px rgba(0,0,0,.1);
  34.   outline: none;
  35. }
  36. /* 3 */
  37. .btn-3 {
  38.   background: rgb(0,172,238);
  39. background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
  40.   width: 130px;
  41.   height: 40px;
  42.   line-height: 42px;
  43.   padding: 0;
  44.   border: none;
  45.  
  46. }
  47. .btn-3 span {
  48.   position: relative;
  49.   display: block;
  50.   width: 100%;
  51.   height: 100%;
  52. }
  53. .btn-3:before,
  54. .btn-3:after {
  55.   position: absolute;
  56.   content: "";
  57.   right: 0;
  58.   top: 0;
  59.    background: rgba(2,126,251,1);
  60.   transition: all 0.3s ease;
  61. }
  62. .btn-3:before {
  63.   height: 0%;
  64.   width: 2px;
  65. }
  66. .btn-3:after {
  67.   width: 0%;
  68.   height: 2px;
  69. }
  70. .btn-3:hover{
  71.    background: transparent;
  72.   box-shadow: none;
  73. }
  74. .btn-3:hover:before {
  75.   height: 100%;
  76. }
  77. .btn-3:hover:after {
  78.   width: 100%;
  79. }
  80. .btn-3 span:hover{
  81.    color: rgba(2,126,251,1);
  82. }
  83. .btn-3 span:before,
  84. .btn-3 span:after {
  85.   position: absolute;
  86.   content: "";
  87.   left: 0;
  88.   bottom: 0;
  89.    background: rgba(2,126,251,1);
  90.   transition: all 0.3s ease;
  91. }
  92. .btn-3 span:before {
  93.   width: 2px;
  94.   height: 0%;
  95. }
  96. .btn-3 span:after {
  97.   width: 0%;
  98.   height: 2px;
  99. }
  100. .btn-3 span:hover:before {
  101.   height: 100%;
  102. }
  103. .btn-3 span:hover:after {
  104.   width: 100%;
  105. }
  106.  
  107. /* 4 */
  108. </style>
  109. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement