mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-11 04:55:07 +00:00
7 lines
98 B
CSS
7 lines
98 B
CSS
|
.example-container {
|
||
|
width: 400px;
|
||
|
height: 200px;
|
||
|
margin: 10px;
|
||
|
border: 1px solid #555;
|
||
|
}
|