7 lines
115 B
CSS
7 lines
115 B
CSS
.wrapper {
|
|
background-color: white;
|
|
width: 350px;
|
|
border-radius: 3px;
|
|
padding: 10px 8px;
|
|
color: black;
|
|
}
|