Advertisement
DraKiNs

[CSS] Estilo Aviso

Dec 4th, 2011
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. #mensagemAviso
  2. {
  3.     margin:22px 0 20px;
  4.     padding:10px 5px;
  5.     text-align:left;
  6.         width:80%;
  7.     height:14px;
  8.     margin-left:16px;
  9.                   display: none;
  10.     color:#000000;
  11.     border:1px solid #DCDCDC;
  12.     background:#FFEBCD;
  13.     -moz-border-radius:10px;
  14.     -webkit-border-radius:10px;
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement