Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<style>
table { border-collapse: collapse; }
td { border: 1px solid #000; }
.bar {
background-image: -webkit-gradient(linear, left top, right top, from(green), to(white), color-stop(0.75, green), color-stop(0.75, white));
background-image: -moz-linear-gradient(0, green 0%, green 75%, white 75%, white 100%);