From bd09853681b58664fc6bf3ec35afdf34c3402d3e Mon Sep 17 00:00:00 2001 From: Lisa Huang Date: Fri, 6 Jul 2018 22:11:24 -0700 Subject: [PATCH] Added solution for Project 25 - Event Capture, Propagation, Bubbling, Once --- .../index-projectnotes.html | 91 +++++++++++++------ 1 file changed, 62 insertions(+), 29 deletions(-) diff --git a/25 - Event Capture, Propagation, Bubbling and Once/index-projectnotes.html b/25 - Event Capture, Propagation, Bubbling and Once/index-projectnotes.html index 98f5e070c4..5ac85ae994 100644 --- a/25 - Event Capture, Propagation, Bubbling and Once/index-projectnotes.html +++ b/25 - Event Capture, Propagation, Bubbling and Once/index-projectnotes.html @@ -1,45 +1,78 @@ + - - Understanding JavaScript's Capture + + Understanding JavaScript's Capture + -
-
-
-
+
+
+
+
+
-
- + .three { + background: coral; + } + + + + - - - + + \ No newline at end of file