16 lines
120 B
CSS
16 lines
120 B
CSS
.Dog
|
|
.Content
|
|
{
|
|
font-weight: bold;
|
|
margin: 5px;
|
|
}
|
|
|
|
.text
|
|
{
|
|
margin: 5px;
|
|
}
|
|
|
|
button
|
|
{
|
|
max-width: 30%;
|
|
} |