How to make neon light effect i using CSS
/*CSS*/
*,*::before,*::after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
font-family: sans-serif;
background: #222;
width: 100%;
min-height: 100vh;
display: grid;
place-items: center;
}
body h1{
font-size: 6rem;
font-weight: 900;
text-transform: uppercase;
color: #FFF;
text-shadow: 0 0 5px #0FF,
0 0 10px #0FF,
0 0 20px #0FF,
0 0 40px #0FF,
0 0 80px #0FF,
0 0 90px #0FF,
0 0 100px #0FF,
0 0 120px #0FF,
0 0 140px #0FF,
0 0 160px #0FF;
}
Watch video Neon Light on text part 10 online without registration, duration hours minute second in high quality. This video was added by user Masters In Web Design 22 January 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 14 once and liked it 2 people.