7 lines
114 B
CSS
7 lines
114 B
CSS
.wrapper {
|
|
background-color: rgb(247, 247, 247);
|
|
padding: 30px;
|
|
text-align: right;
|
|
border-radius: 30px;
|
|
}
|