Skip to content

Instantly share code, notes, and snippets.

@severin2
severin2 / cybertext.html
Last active April 28, 2025 21:10
Rotates text so it's at an angle and colors it in a cyberpunk palette
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Scrolling Code Effect - Angled Away</title>
<style>
body {
background-color: #0d1117;
display: flex;
justify-content: center;