Skip to content

Instantly share code, notes, and snippets.

@Gayo
Gayo / gradient-test.html
Last active September 10, 2023 07:04
A simple demo of color hints in linear and radial gradients.
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Gradient test</title>
<style>
.box {
width: 400px;
height: 300px;
border: 2px solid black;