mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
18 lines
224 B
CSS
18 lines
224 B
CSS
ng2-heroes {
|
|
border: solid black 2px;
|
|
display: block;
|
|
padding: 5px;
|
|
}
|
|
|
|
ng1-hero {
|
|
border: solid green 2px;
|
|
margin-top: 5px;
|
|
padding: 5px;
|
|
display: block;
|
|
}
|
|
|
|
.title {
|
|
background-color: blue;
|
|
color: white;
|
|
}
|