* { padding: 0; margin: 0; } .toast-wrap { position: fixed; width: 100%; height: 100%; top: 0; left: 0; display: flex; justify-content: center; align-items: center; } .toast-wrap::before{ display: block; content: ''; width: 60px; height: 1px; flex: 0 0 auto; } .toast-wrap::after{ display: block; content: ''; width: 60px; height: 1px; flex: 0 0 auto; } .toast-innner{ background: #666666; color: #ffffff; box-sizing: border-box; padding: 10px; width: auto; }