Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an Angular component that represents a Bootstrap card with specific css #20

Open
CarlosSanabriaM opened this issue Jun 23, 2019 · 0 comments

Comments

@CarlosSanabriaM
Copy link
Owner

<div class="card">

  <h3 class="card-header">
    <div class="row">

      <div class="col-10 card-header-text">
        <!-- Card header text -->
      </div>

      <div class="col-2 card-header-close-button">
        <!-- Button to close the card -->
        <button (click)="closeCard()" aria-label="Close" class="close">
          <span aria-hidden="true">&times;</span>
        </button>
      </div>

    </div>
  </h3>


  <div class="card-body">
    <!-- Card content... -->
  </div>

</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant