7 lines
90 B
CSS
7 lines
90 B
CSS
|
* {
|
||
|
margin-bottom: 3px;
|
||
|
margin-left: 10px;
|
||
|
margin-right: 10px;
|
||
|
margin-top: 5px;
|
||
|
}
|