galaxy/Buttons/andrew-demchenk0_chatty-quail-30.html

40 lines
1.5 KiB
HTML

<button>
<svg data-name="Layer 1" id="aa26e0be-9258-4431-8251-1228b9aad27b" viewBox="0 0 750 750" xmlns="http://www.w3.org/2000/svg"><defs></defs><path class="fadd0b15-a3b0-4734-9170-bc99721260e1" d="M310.41,517.86c133.11,0,205.5-109.56,205.5-205.5v-9.79a159.14,159.14,0,0,0,35.23-37.18A162.88,162.88,0,0,1,510,277.16,76.14,76.14,0,0,0,541.35,238a179.78,179.78,0,0,1-45,17.61,69.88,69.88,0,0,0-52.84-23.51,73.54,73.54,0,0,0-72.44,72.44,38.14,38.14,0,0,0,2,15.65A202.33,202.33,0,0,1,224.3,243.89,74.93,74.93,0,0,0,214.52,281a77.73,77.73,0,0,0,31.31,60.66,66,66,0,0,1-33.27-9.79h0a71.54,71.54,0,0,0,58.74,70.46,60.34,60.34,0,0,1-19.57,1.95,33.28,33.28,0,0,1-13.7-1.95,74.14,74.14,0,0,0,68.5,50.88,147.72,147.72,0,0,1-90,31.31,54.14,54.14,0,0,1-17.64-1.91,184.79,184.79,0,0,0,111.55,35.23" data-name="Path 2" id="a6d1175e-77c9-496c-afd2-62b5f211431b"></path></svg>
<span class="label">Tweet</span>
</button>
<style>
/* From Uiverse.io by andrew-demchenk0 - Tags: animation, blue, twitter, button, hover effect, tweet */
button {
width: 100px;
height: 32px;
background-color: #55acee;
border-radius: 4px;
border: none;
cursor: pointer;
display: flex;
align-items: center;
padding: 0 8px;
justify-content: space-between;
transition: all 0.3s;
}
button:hover {
opacity: 0.85;
transform: translateY(-4px);
}
button .label {
font-size: 12px;
line-height: 32px;
color: #fff;
font-weight: 700;
letter-spacing: 1px;
margin: 0 auto;
}
button svg {
fill: #fff;
width: 30px;
height: 30px;
}
</style>