diff --git a/examples/basic/index.html b/examples/basic/index.html index a356533..b651ef7 100644 --- a/examples/basic/index.html +++ b/examples/basic/index.html @@ -8,7 +8,7 @@ font-family: Helvetica Neue, serif; } - div { + #test-button { background-color: #0000FF; width: 200px; padding: 30px; @@ -26,25 +26,24 @@
This is an A/B split test
Below there's a div. It will be blue originally, and orange if you're in the A/B test.
- +