Thursday, May 17, 2018

Show the alert links & structure.

Add the alert-link class to any links inside the alert box to create "matching colored links":  


1.Success! You should read this message
2. Info! You should read this message.
3.Warning! You should read this message.
4.Danger! You should read this message.

Example

<div class="alert alert-success"> 
<strong>Success!</strong> You should <a href="#" class="alert-link">read this message</a>.

</div>

No comments:

Post a Comment