Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updates spacing html
  • Loading branch information
Emma authored and Emma committed Mar 29, 2020
1 parent 1cdc967 commit d60adf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Expand Up @@ -113,6 +113,7 @@ tw-link.visited:hover
(if: $hostchoice1 is "purple bag")[<img src="https://i.imgur.com/OP11vSu.png" alt="purple bag open" height="300" width="300" />](else:)[<img src="https://i.imgur.com/AwRTO6o.png" alt="green bag open" height="300" width="300" />]

[They pull open the bag, reaching inside to reveal a -]

(if: $hostchoice1 is "purple bag")[$purplebag.] (if: $hostchoice1 is "purple bag" and $purplebag is "good potion")[(set: $continue to "no") Aww, better luck next time!] (if: $hostchoice1 is "purple bag" and $purplebag is "bad potion")[(set: $continue to "yes") Good choice!] (if: $hostchoice1 is "green bag")[$greenbag.](if: $hostchoice1 is "green bag" and $greenbag is "good potion")[(set: $continue to "no") Aww, better luck next time!] (if: $greenbag is "bad potion" and $hostchoice1 is "green bag")[(set: $continue to "yes") Good choice!]

(if: $hostchoice1 is "purple bag" and $purplebag is "good potion")[<img src="https://i.imgur.com/lIbXqGr.png" alt="good potion" height="300" width="300"/>](if: $hostchoice1 is "purple bag" and $purplebag is "bad potion")[<img src="https://i.imgur.com/BjOXUZU.png" alt="bad potion" height="300" width="300"/>](if: $hostchoice1 is "green bag" and $greenbag is "good potion")[<img src="https://i.imgur.com/lIbXqGr.png" alt="good potion" height="300" width="300"/>](if: $greenbag is "bad potion" and $hostchoice1 is "green bag")[<img src="https://i.imgur.com/BjOXUZU.png" alt="bad potion" height="300" width="300"/>]
Expand All @@ -126,6 +127,7 @@ tw-link.visited:hover
(if: $hostchoice1 is "purple bag")[<img src="https://i.imgur.com/OP11vSu.png" alt="purple bag open" height="300" width="300" />](else:)[<img src="https://i.imgur.com/OLfHmc9.png" alt="green bag open" height="300" width="300" />]

[They pull open the bag, reaching inside to reveal a -]

(if: $hostchoice1 is "purple bag")[$purplebag.] (if: $hostchoice1 is "purple bag" and $purplebag is "good potion")[(set: $continue to "no") Aww, better luck next time!] (if: $hostchoice1 is "purple bag" and $purplebag is "bad potion")[(set: $continue to "yes") Good choice!]
(if: $hostchoice1 is "orange bag")[$orangebag.] (if: $hostchoice1 is "orange bag" and $orangebag is "good potion")[(set: $continue to "no") Aww, better luck next time!] (if: $hostchoice1 is "orange bag" and $orangebag is "bad potion")[(set: $continue to "yes") Good choice!]

Expand Down

0 comments on commit d60adf1

Please sign in to comment.