Neon wallpaper

Size
2,635 Kb
Views
32,384

How do I make an neon wallpaper?

What is a neon wallpaper? How do you make a neon wallpaper? This script and codes were developed by Orion Drummond on 22 August 2022, Monday.

Neon wallpaper Previews

Neon wallpaper - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Neon wallpaper</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body { background-color: #122;
}
.neon { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background-color: inherit;
}
.neon:after,
.neon:before { position: absolute; content: ""; top: 0; left: 100%; height: 100%; width: 4vw; display: block; box-shadow: 0.5px 0 3em 0 red, inset -5px 0 0 0 red;
}
.neon:after { transform-origin: 100% 100%; transform: skewX(33.33deg); background-image: linear-gradient(to bottom, transparent, red);
}
.neon:before { top: 50%; left: 50%; height: 100vw; transform: translate(-50%, -50%) rotate(-90deg); background-image: linear-gradient(red, transparent);
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class='neon'></div>
</body>
</html>

Neon wallpaper - Script Codes CSS Codes

body { background-color: #122;
}
.neon { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background-color: inherit;
}
.neon:after,
.neon:before { position: absolute; content: ""; top: 0; left: 100%; height: 100%; width: 4vw; display: block; box-shadow: 0.5px 0 3em 0 red, inset -5px 0 0 0 red;
}
.neon:after { transform-origin: 100% 100%; transform: skewX(33.33deg); background-image: linear-gradient(to bottom, transparent, red);
}
.neon:before { top: 50%; left: 50%; height: 100vw; transform: translate(-50%, -50%) rotate(-90deg); background-image: linear-gradient(red, transparent);
}
Neon wallpaper - Script Codes
Neon wallpaper - Script Codes
Home Page Home
Developer Orion Drummond
Username tappily
Uploaded August 22, 2022
Rating 3
Size 2,635 Kb
Views 32,384
Do you need developer help for Neon wallpaper?

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!

Orion Drummond (tappily) Script Codes
Create amazing blog posts 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!