Skip to content

Instantly share code, notes, and snippets.

@kkcoms
kkcoms / index.html
Created March 27, 2022 03:08
Retro .gif TV (ES6)
<section class="row gutter">
<div class="wrapper">
<div class="gif-tv">
<div id="gif_tv_viewport" class="viewport">
<img id="gif_tv_video" class="video" src="/video-url-goes-here/">
<div id="gif_tv_pixels" class="pixels" style="background-image: url('https://res.cloudinary.com/cyborgspaceviking/image/upload/v1571119227/vhs-overlay_zpzs7x.png')"></div>
<div class="meta-left">
<span id="gif_tv_message_channel"></span>
<span id="gif_tv_message_hd" class="small-message"></span>
@kkcoms
kkcoms / index.html
Created July 16, 2022 20:01
ZenGARDEN:White
<html lang="en">
<head>
<meta charset="utf-8">
<title>CSS Zen Garden: The Beauty of CSS Design</title>
<link rel="stylesheet" media="screen" href="style.css?v=8may2013">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.csszengarden.com/zengarden.xml">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Dave Shea">