17 wiersze
307 B
CSS
17 wiersze
307 B
CSS
.button {
|
|
background-color: #4CAF50; /* Green */
|
|
border: none;
|
|
color: white;
|
|
padding: 15px 32px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
margin: 4px 2px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.button1 {width: 60px;}
|
|
.button2 {width: 5%;}
|
|
.button3 {width: 100%;}
|