CSS Warning Box


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. .warning {
  2. background-color:#FFEBC1;
  3. color:#A6750C;
  4. text-align:center;
  5. border:1px solid #FDBF3B;
  6. font-size:1.1em;
  7. margin-bottom:12px;
  8. padding:4px;
  9. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.