Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

web3 button style

COPY
.btn {
  font-family: sans-serif;
  font-size: 18px;
  padding: 12px 32px;
  margin: 1rem;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  border-radius: 50px;
}
Source by trishalim.hashnode.dev #
 
PREVIOUS NEXT
Tagged: #button #style
ADD COMMENT
Topic
Name
7+5 =