added material io component card
This commit is contained in:
@@ -1,11 +1,23 @@
|
||||
//OVERWRITES
|
||||
:host {
|
||||
margin: 0 20px;
|
||||
margin: 0 1em;
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
// .card {
|
||||
// width: 20rem;
|
||||
// margin: 20px auto;
|
||||
// overflow: auto
|
||||
// }
|
||||
|
||||
.card {
|
||||
width: 20rem;
|
||||
margin: 20px auto;
|
||||
overflow: auto
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.header-image {
|
||||
background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg');
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
mat-divider {
|
||||
margin: 1em 0;
|
||||
}
|
||||
Reference in New Issue
Block a user