I'm using Bootstrap alerts,i tried multiple ways to make them fade out but it didn't work. This is the code:
<div class='col-sm-7 alert alert-success' id='alrt' role='alert'>
<i class='fa fa-check fa-fw'></i>
<b>Etudiant ajouté avec succés</b>
</div>
the alert show up automatically when opening the page.