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