Skip to content

Instantly share code, notes, and snippets.

@leedoughty
leedoughty / index.html
Created April 3, 2018 19:28
change colours of SVG
<!doctype html>
<html>
<head>
<title>interactive Website</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!-- <link rel="stylesheet" type="text/css" href="reset.css"> -->
</head>
<body>
<!-- <svg id="svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<path id="top" fill="#FFFF00" d="M0 0 L100 0 L85 15 L15 15 z"/>