🎥 camcorder diary

PRESS PLAY TO ENTER

My Camcorder Diary

my camcorder diary 📼

entry 01 | may 26, 2025 | PM 07:43

i don’t know why i started this. maybe just to hear myself speak. maybe so i don’t forget how i feel right now.

entry 02 | may 27, 2025 | PM 08:12

the sky looked unreal tonight. i wish someone else had seen it.

body { font-family: 'Courier New', Courier, monospace; background-color: #000; color: #33ffcc; text-align: center; padding: 20px; } .camcorder-interface { height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; background: url('static.gif') center center / cover no-repeat; } .title { font-size: 2rem; margin-bottom: 1rem; text-shadow: 0 0 10px #33ffcc; } .screen button { font-size: 1.5rem; padding: 10px 20px; background-color: black; color: #33ffcc; border: 1px solid #33ffcc; cursor: pointer; margin-top: 1rem; } .screen button:hover { background-color: #111; } .overlay-text { font-size: 1rem; animation: blink 1s step-start infinite; } @keyframes blink { 50% { opacity: 0; } } .diary .header { font-size: 2rem; margin-bottom: 2rem; text-shadow: 0 0 10px #33ffcc; } .entry { margin: 2rem auto; width: 90%; max-width: 600px; background-color: #111; padding: 1rem; border: 1px dashed #33ffcc; box-shadow: 0 0 15px #33ffcc33; } .timestamp { font-size: 0.9rem; margin-bottom: 0.5rem; color: #ff99cc; } .note { font-size: 0.95rem; margin-top: 0.5rem; color: #ffffff; font-style: italic; } video { border: 2px solid #33ffcc; margin-top: 0.5rem; width: 100%; }