notify.css 308 B

123456789101112131415
  1. .pcd_notify{
  2. position: fixed;
  3. top:3.6em;
  4. min-width:20em;
  5. max-width:95%;
  6. text-align:center;
  7. background-color:rgba(128, 128, 128, 0.64);
  8. color:white;
  9. padding:5px;
  10. margin-left:auto;
  11. margin-right:auto;
  12. border-radius: 8px;
  13. -webkit-transition-duration: 0.5s;
  14. transition-duration: 0.5;
  15. }