Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ You can also add HTML and CSS directly on the page. The popup element you wish
</script>

<style type="text/css">
#bio_ep_bg {} // background
#bio_ep {} // popup
#bio_ep_close {} // close button
</style>
#bio_ep_bg {} /* background */
#bio_ep {} /* popup */
#bio_ep_close {} /* close button */
</style>
</head>
<body>
<div id="bio_ep">
Expand Down Expand Up @@ -106,4 +106,4 @@ Name | Type | Default | Description

MIT license, feel free to use however you wish!

Created by [beeker.io](http://beeker.io/exit-intent-popup-script-tutorial)
Created by [beeker.io](http://beeker.io/exit-intent-popup-script-tutorial)