
Use the code below to change the color of the background to Red
‣
Code Area
flowchart LR
style A fill:#f79e45, stroke:#FFA500
style B stroke:#6495ED
style C stroke:#6495ED
style D stroke:#6495ED
style E stroke:#6495ED
style F stroke:#6495ED
style G stroke:#6495ED
A((Module 1.01)) --> B((Module 1.02))
B --> C((Module 1.03))
C --> D((Module 1.04))
D --> E((Module 1.05))
E --> F((Module 1.06))
F --> G((Module 1.07))
G --> H((Module 1.08))
click A "https://info.strivemath.com/eca/shapeart-101-background"
click B "https://info.strivemath.com/eca/shapeart-101-background/shapeart-102-circle"
click C "https://info.strivemath.com/eca/shapeart-101-background/shapeart-103-colour"
click D "https://info.strivemath.com/eca/shapeart-101-background/shapeart-104-rainbow"
click E "https://info.strivemath.com/eca/shapeart-101-background/shapeart-105-rectangle"
click F "https://info.strivemath.com/eca/shapeart-101-background/shapeart-106-curved-rectangle"
click G "https://info.strivemath.com/eca/shapeart-101-background/shapeart-107-traffic-light"
click H "https://code.strivemath.com/?simple_mode=true"
subgraph Learning
A & B & C & D & E & F & G
end
subgraph Art Project
H
end