'center sweetalert input textbox
I'm trying to center an input textbox using sweet alert.
Do you have any idea how to do this? Attached are the screenshot and the code. Thanks!!
swal({
title: "Title",
text: "text",
type: "input",
closeOnConfirm: false,
inputPlaceholder: "mm:ss"
},
function (inputValue) {
swal("Nice!", "You wrote: " + inputValue, "success");
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.css" rel="stylesheet"/>
Screenshot of what I get: here
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
