Export Code
Connected
index.html
<!DOCTYPE html>
<html>
<head>
<title>Fork of Exercise 1</title>
</head>
<body>
<h1>Flag of the Seychelles </h1>
<svg width='300' height='150' >
<polygon points='0,0 0,150 100,0' style='fill:#003f87
Alt + Click on a hex color
Open a color picker to modify the color
'/>
<polygon points='100,0 0,150 200,0' style='fill:#FCD856
Alt + Click on a hex color
Open a color picker to modify the color
'/>
<polygon points='0,150 200,0 300,0 300,50' style='fill:#D62828
Alt + Click on a hex color
Open a color picker to modify the color
'/>
<polygon points='0,150 300,50 300,100' style='fill:#FFFFFF
Alt + Click on a hex color
Open a color picker to modify the color
'/>
<polygon points='0,150 300,100 300,150' style='fill:#007A3D
Alt + Click on a hex color
Open a color picker to modify the color
'/>
</svg>
</body>
</html>

Fork of Exercise 1

wgloss

Last edited Mar 12, 2021
Created on Mar 12, 2021
Forked from Exercise 1

A bare minimum HTML page demonstrating use of CSS and JavaScript.

See also React Starter.

MIT Licensed