7 lines
122 B
CSS
7 lines
122 B
CSS
.blue-box {
|
|
background-color: aqua;
|
|
border-radius: 50%;
|
|
padding: 15px 32px;
|
|
width: 50%;
|
|
height: 50%;
|
|
} |