Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to customize button in html

<style>
.tweet-button {
    background-color: rgb(81, 131, 211);
    color:white;
    border:none;
  (outline)^^
    height: 36px;
    width: 75;
    font-weight: bold;
    border-radius:18px;
    margin-right: 8px;
    cursor: pointer;
}
<style>
 
PREVIOUS NEXT
Tagged: #customize #button #html
ADD COMMENT
Topic
Name
3+8 =