change button size css
.test{
height:200px;
width:200px;
}
change button size css
.test{
height:200px;
width:200px;
}
edit button html
<button style="height: 30px; background-color: none; border-radius:50%" id="edit_btn">
<img src="https://www.flaticon.com/svg/static/icons/svg/61/61456.svg" style="height: 20px; width:15px; float:center; text-align: center" />
</button>`
css size button
button {
font-size: 20px; /* Put your wanted size for your button here*/
}
html button size
transform: scale(4); /* This will make the component 4 times bigger */
button style css
<div class="pure-button-group" role="group" aria-label="...">
<button class="pure-button">A Pure Button</button>
<button class="pure-button">A Pure Button</button>
<button class="pure-button pure-button-active">A Pure Button</button>
</div>
button style css
<a class="pure-button pure-button-primary" href="#">A Primary Button</a>
<button class="pure-button pure-button-primary">A Primary Button</button>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us