notify.css 322 B

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