Vintage Neon Sign

Developer
Size
3,429 Kb
Views
40,480

How do I make an vintage neon sign?

Retro diner sign with some keyframes for a flickering effect. All CSS - No images.. What is a vintage neon sign? How do you make a vintage neon sign? This script and codes were developed by Kyle Lavery on 26 August 2022, Friday.

Vintage Neon Sign Previews

Vintage Neon Sign - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Vintage Neon Sign</title> <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Warnes' type='text/css'>
<link rel="stylesheet" href="https://cbwconline.com/Fonts/Hello Denver/stylesheet.css" type="text/css" />
<link rel="stylesheet" href="https://cbwconline.com/Fonts/Neon Lights/stylesheet.css" type="text/css" /> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<h2 class="neon">Pop's</h2>
<h2 class="neon"> din<span>e</span>r</h2>
<h2 class="neon">& bar</h2>
<div class="deco"> <div class="line"></div> <div class="line"></div> <div class="line"></div> <div class="line"></div>
</div>
</body>
</html>

Vintage Neon Sign - Script Codes CSS Codes

html { background: #003645;
}
body { display: flex; justify-content: center; align-content: center; flex-wrap: wrap; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.7) 100%); height: 100vh; margin: 0; overflow: hidden;
}
.neon { flex: 0 0 100%; padding: 2vw 0; margin: 0; color: transparent; text-align: center; z-index: 5; -webkit-user-select: none;
}
.neon:nth-of-type(1) { font: 9vw Warnes; text-shadow: 0 0 .1vw #F3BCBC, 0 0 .5vw #F12F21, 0 0 1.5vw #f00;
}
.neon:nth-of-type(2) { font: 22vw 'Hello Denver'; text-transform: uppercase; text-shadow: 0 0 .1vw #F7CEEA, .5vw .5vw .5vw #E0018D, -.5vw -.5vw .5vw #E0018D, .5vw -.5vw .5vw #E0018D, -.5vw .5vw .5vw #E0018D, 0 -.5vw .5vw #E0018D, 0 .5vw .5vw #E0018D, .5vw .5vw .5vw #E0018D, 0 0 5vw #000; letter-spacing: 2vw;
}
.neon:nth-of-type(2) span { animation: Flicker .23s infinite;
}
.neon:nth-of-type(3) { font: 13vw 'Neon Lights', 'Hello Denver'; text-transform: uppercase; text-shadow: 0 0 .1vw #95B4DA, 0 0 1vw #008EFF;
}
.deco { position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; height: 27.5vw; z-index: 0;
}
.deco .line { box-sizing: border-box; border-radius: 1.5vw; box-shadow: 0 0 1vw 1.2vw #024B5D; height: 3vw; width: 90%; margin: 3vw auto; background: #ACDAB8; border: 1.3vw solid #FEFAC8; position: relative;
}
.deco .line:after { content: ''; position: absolute; top: 0; left: 0; height: .5vw; width: 100%; background: #ACDAB8; box-shadow: 0 0 .2vw .2vw #ACDAB8; border-radius: .3vw;
}
@keyframes Flicker { 60%, 80% { text-shadow: 0 0 0.1vw #DCD5DA, 0.5vw 0.5vw 0.5vw rgba(224, 1, 141, 0.2), -0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2), 0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2), -0.5vw 0.5vw 0.5vw rgba(224, 1, 141, 0.2), 0 -0.5vw 0.5vw rgba(224, 1, 141, 0.2), 0 0.5vw 0.5vw rgba(224, 1, 141, 0.2), 0.5vw 0 0.5vw rgba(224, 1, 141, 0.2), 0 0 #FFF; } 70%, 100% { text-shadow: 0 0 0.1vw #FFEFFA, 0.8vw 0.8vw 0.8vw rgba(224, 1, 141, 0.4), -0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4), 0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4), -0.8vw 0.8vw 0.5vw rgba(224, 1, 141, 0.4), 0 -0.8vw 0.5vw rgba(224, 1, 141, 0.4), 0 0.8vw 0.8vw rgba(224, 1, 141, 0.4); }
}
Vintage Neon Sign - Script Codes
Vintage Neon Sign - Script Codes
Home Page Home
Developer Kyle Lavery
Username koenigsegg1
Uploaded August 26, 2022
Rating 4.5
Size 3,429 Kb
Views 40,480
Do you need developer help for Vintage Neon Sign?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Kyle Lavery (koenigsegg1) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!