16 lines
323 B
CSS
16 lines
323 B
CSS
.container{
|
|
background-color: rgb(144,114,16,19%);
|
|
border-radius:30px;
|
|
margin-top: 30px;
|
|
margin-bottom:15px;
|
|
padding-top: 20px;
|
|
color:#644F0C;
|
|
font-weight: bold;
|
|
font-size: x-large;
|
|
border-width: 1px;
|
|
border-color: black;
|
|
border-style: solid;
|
|
}
|
|
.boton{
|
|
margin-bottom: 15px;
|
|
} |