RandomSec/Serwer_django/static/base.css

7 lines
112 B
CSS

.rounded_div {
border-radius: 25px;
background: #73AD21;
padding: 20px;
width: 200px;
height: 150px;
}