7 lines
101 B
CSS
7 lines
101 B
CSS
|
.home-example {
|
||
|
text-align: center;
|
||
|
background-color: #eee;
|
||
|
margin: 2em 0;
|
||
|
padding: 5px 0;
|
||
|
}
|