.neon
View Compiled
html {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #010101;  
}

.neon {
  width: 400px;
  height: 200px;
  border: 4px solid #fff;
  border-radius: 12px;
  box-shadow:
    0 0 8px #fff,
    inset 0 0 8px #fff,
    0 0 16px #37f713,
    inset 0 0 16px #37f713,
    0 0 32px #37f713,
    inset 0 0 32px #37f713; 
}
View Compiled
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.