saludos
Version:
prueba alert saludar
10 lines (9 loc) • 726 B
HTML
<h1>Prueba Contravel Pay</h1>
<div *ngIf="block" id="modal"
style="display: block; position: fixed; z-index: 1; padding-top: 100px; left: 0px; top: 0px; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.4);">
<div id="message" style="text-align: center; color: white; margin: 100px; font-style: italic; font-size: x-large;">
<img src="https://www.contravel.com.mx/ingresa/images/contravell-01.png" width="200">
<p>Su transaccion esta en proceso...</p><span id="close" (click)="cerrar()"
style="position: absolute; top: 60%; right: 50%; color: rgb(241, 241, 241); font-size: 18px; font-weight: bold; transition: all 0.3s ease 0s; cursor: pointer;">CancelarĂ—</span>
</div>
</div>