test-page.component.scss 157 Bytes
:host {
  display: block;
  width: 100%;
  margin: 50px 0;
}
.btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}