8 lines
112 B
CSS
8 lines
112 B
CSS
|
button {
|
||
|
background-color: #CD7F32;
|
||
|
border-radius: 1000px;
|
||
|
}
|
||
|
img {
|
||
|
border:8px solid black;
|
||
|
}
|