343 views
CSSAdd prefixes
1.share { 2 width: 150px; 3 height: 150px; 4 margin: 5em auto; 5 background: rgba(10, 237, 189, 1.0); 6 background: -webkit-radial-gradient(top left, rgba(10, 237, 189, 1.0), rgba(37, 211, 103, 1.0)); 7 background: -moz-radial-gradient(top left, rgba(10, 237, 189, 1.0), rgba(37, 211, 103, 1.0)); 8 background: radial-gradient(to bottom right, rgba(10, 237, 189, 1.0), rgba(37, 211, 103, 1.0)); 9 text-align: center; 10 border-radius: 100%; 11 overflow: hidden; 12 position: relative; 13 box-shadow: 0 20px 20px rgba(0, 0, 0,0.2); 14} 15 16.share a { 17 display: -webkit-inline-box; 18 display: -ms-inline-flexbox; 19 display: inline-flex; 20 width: 90px; 21 height: 90px; 22 position: relative; 23 z-index: 1; 24} 25 26.share::after { 27 content: "Share"; 28 position: absolute; 29 left: 0; 30 right: 0; 31 top: 40%; 32 font-size: 25px; 33 font-weight: bold; 34 font-style: italic; 35 text-transform: uppercase; 36 color: #fff; 37} 38 39.share:hover::after { 40 color: transparent; 41} 42 43.share:hover { 44 background: rgba(242, 41, 92, 1.0); 45 background: -webkit-radial-gradient(top left, rgba(242, 41, 92, 1.0), rgba(41, 172, 225, 1.0)); 46 background: -moz-radial-gradient(top left, rgba(242, 41, 92, 1.0), rgba(41, 172, 225, 1.0)); 47 background: radial-gradient(to bottom right, rgba(242, 41, 92, 1.0), rgba(41, 172, 225, 1.0)); 48} 49 50.share a.fb { 51 background: #1266f1; 52 top: -5.65em; 53 left: -2.8em; 54 -webkit-transition: all 0.3s ease-in-out; 55 transition: all 0.3s ease-in-out; 56} 57 58.share a.tw { 59 background: #28abe1; 60 top: -6.55em; 61 right: -9.39em; 62 -webkit-transition: all 0.3s ease-in-out; 63 transition: all 0.3s ease-in-out; 64} 65 66.share a.ins { 67 background: #f2295b; 68 bottom: 6.55em; 69 left: -7.5em; 70 -webkit-tra3nsition: all 0.3s ease-in-out; 71 transition: all 0.3s ease-in-out; 72} 73 74.share a.wh { 75 background: #25d366; 76 right: -2.81em; 77 bottom: 7.5em; 78 -webkit-transition: all 0.3s ease-in-out; 79 transition: all 0.3s ease-in-out; 80} 81 82.share:hover a.fb { 83 top: -1em; 84} 85 86.share:hover a.tw { 87 right: -2.8em; 88} 89 90.share:hover a.ins { 91 left: -2.8em; 92} 93 94.share:hover a.wh { 95 bottom: 12.2em; 96} 97 98.facebook { 99 padding-top: 45%; 100} 101 102.instagram { 103 padding-left: 30%; 104 padding-top: 15%; 105} 106 107.whatsapp { 108 padding-left: 15%; 109 padding-top: 15%; 110} 111 112.twitter { 113 padding-top: 25%; 114 padding-left: 10%; 115} 116 117.fb:hover { 118 box-shadow: 0px 10px 40px rgba(0, 0, 0,0.5) inset; 119} 120 121.tw:hover { 122 box-shadow: 10px 5px 30px 2px rgba(0, 0, 0,0.5) inset; 123} 124 125.ins:hover { 126 box-shadow: 0px 10px 25px rgba(0, 0, 0,0.5) inset; 127} 128 129.wh:hover { 130 box-shadow: 10px 20px 20px rgba(0, 0, 0,0.5) inset; 131}
HTML
1<div class="share"> 2 <a class="fb" href=""> 3 <svg class="facebook" id="IconChangeColor" viewBox="0 0 15 30" height="80" width="90"> 4 <path fill="#ffffff" id="mainIconPathAttribute" d="M23.446 18l0.889-5.791h-5.557v-3.758c0-1.584 0.776-3.129 3.265-3.129h2.526v-4.93c0 0-2.292-0.391-4.484-0.391-4.576 0-7.567 2.774-7.567 7.795v4.414h-5.087v5.791h5.087v14h6.26v-14z"> 5 </path> 6 </svg> 7 8 </a> 9 <a class="tw" href=""> 10 11 <svg class="twitter" width="50" height="85" fill="currentColor" viewBox="0 0 16 16" id="IconChangeColor"> 12 <path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" id="mainIconPathAttribute" fill="#ffffff"></path> 13 </svg> 14 15 </a> 16 <a class="ins" href=""> 17 18 <svg id="IconChangeColor" viewBox="0 0 16 25" class="instagram" fill="currentColor" height="70" width="90"> 19 <path fill="#ffffff" id="mainIconPathAttribute" d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"> 20 </path> 21 </svg> 22 23 </a> 24 <a class="wh" href=""> 25 <svg width="50" height="50" class="whatsapp" fill="white" viewBox="0 0 16 16"> 26 <path fill="#ffffff" d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"></path> 27 </svg> 28 </a> 29 </div>